Searched refs:tp (Results 1 – 1 of 1) sorted by relevance
38 if (tp) { \39 tp->tv_sec = __ts64.tv_sec; \40 tp->tv_nsec = __ts64.tv_nsec; \46 retval = INLINE_SYSCALL (clock_gettime, 2, clock_id, tp); \65 realtime_gettime (struct timespec *tp) in realtime_gettime() argument71 TIMEVAL_TO_TIMESPEC (&tv, tp); in realtime_gettime()76 __libc_clock_gettime (clockid_t clock_id, struct timespec *tp) in __libc_clock_gettime() argument93 TIMEVAL_TO_TIMESPEC (&tv, tp); in __libc_clock_gettime()110 clock_gettime (clockid_t clock_id, struct timespec *tp) in clock_gettime() argument113 return ARCH_VDSO_CLOCK_GETTIME(clock_id, tp); in clock_gettime()[all …]
Completed in 4 milliseconds