Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs107 if let Some(libc_clock_gettime) = __clock_gettime64.get() { in clock_gettime()
108 ret(libc_clock_gettime( in clock_gettime()
191 if let Some(libc_clock_gettime) = __clock_gettime64.get() { in clock_gettime_dynamic()
192 ret(libc_clock_gettime( in clock_gettime_dynamic()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h14 …{ .clock_gettime = libc_clock_gettime, .mqt_send = libc_mq_timedsend, .mqt_receive = libc_mq_timed…
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep04.c20 …{ .clock_gettime = libc_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIB…
Dclock_nanosleep03.c27 …{ .clock_gettime = libc_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIB…
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime01.c63 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
Dclock_gettime03.c43 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
Dclock_gettime04.c79 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c28 …{ .clock_gettime = libc_clock_gettime, .clock_settime = libc_clock_settime, .ts_type = TST_LIBC_TI…
/third_party/ltp/include/
Dtst_timer.h212 static inline int libc_clock_gettime(clockid_t clk_id, void *ts) in libc_clock_gettime() function