Searched defs:clock_gettime (Results 1 – 5 of 5) sorted by relevance
40 if (WRAP(clock_gettime)(CLOCK_REALTIME, ts) == -1) in timespec_get() local
23 WRAP(clock_gettime)(clockid_t clock_id, struct timespec *tp) in WRAP() argument
179 # define clock_gettime(clock_id, tp) _clock_gettime( global() macro 744 # define clock_gettime(clock_id, ts) th_clock_gettime( global() macro
114 clock_gettime(struct proc *p, clockid_t clock_id, struct timespec *tp) in clock_gettime() function
2208 TEST(MemorySanitizer, clock_gettime) { in TEST() argument