#include <sys/types.h>
#include <sys/_types/_timespec.h>
#include <mach/mach.h>
#include <mach/clock.h>
#include <mach/mach_time.h>
Go to the source code of this file.
Macros | |
#define | TIMER_ABSTIME -1 |
#define | CLOCK_REALTIME CALENDAR_CLOCK |
#define | CLOCK_MONOTONIC SYSTEM_CLOCK |
#define | MT_NANO (+1.0E-9) |
#define | MT_GIGA UINT64_C(1000000000) |
Typedefs | |
typedef int | clockid_t |
Functions | |
int | clock_gettime (clockid_t clk_id, struct timespec *tp) |
#define CLOCK_MONOTONIC SYSTEM_CLOCK |
#define CLOCK_REALTIME CALENDAR_CLOCK |
#define MT_GIGA UINT64_C(1000000000) |
#define MT_NANO (+1.0E-9) |
#define TIMER_ABSTIME -1 |
typedef int clockid_t |
int clock_gettime | ( | clockid_t | clk_id, |
struct timespec * | tp ) |