Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 1 of 1) sorted by relevance

/librt/
A Dclock_gettime.c38 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() argument
71 TIMEVAL_TO_TIMESPEC (&tv, tp); in realtime_gettime()
76 __libc_clock_gettime (clockid_t clock_id, struct timespec *tp) in __libc_clock_gettime() argument
93 TIMEVAL_TO_TIMESPEC (&tv, tp); in __libc_clock_gettime()
110 clock_gettime (clockid_t clock_id, struct timespec *tp) in clock_gettime() argument
113 return ARCH_VDSO_CLOCK_GETTIME(clock_id, tp); in clock_gettime()
[all …]

Completed in 4 milliseconds