Home | History | Annotate | Download | only in compat

Lines Matching defs:tp

34     struct timespec tp;
36 mach_timespec_t tp;
38 void *tp;
40 struct timespec tp;
42 struct timespec tp;
44 struct timespec tp;
46 struct timespec tp;
48 struct timespec tp;
62 #define CLOCK_SEC(time) ((time)->tp.tv_sec)
63 #define CLOCK_MSEC(time) ((time)->tp.tv_nsec / 1000000)
64 #define CLOCK_USEC(time) ((time)->tp.tv_nsec / 1000)
65 #define CLOCK_NSEC(time) ((time)->tp.tv_nsec)