Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/time/linux/
H A Dclock_gettime.cpp41 TypedSymbol<VDSOSym::ClockGetTime64> clock_gettime64; in clock_gettime() local
43 if (LIBC_LIKELY(clock_gettime64 != nullptr)) in clock_gettime()
44 ret = clock_gettime64(clockid, &ts64); in clock_gettime()
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc359 int clock_gettime64(clockid_t clock_id, struct l_timespec64 *lts)