Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_timer.h141 TST_LIBC_TIMESPEC, enumerator
169 case TST_LIBC_TIMESPEC: in tst_ts_get()
379 case TST_LIBC_TIMESPEC: in tst_ts_get_sec()
397 case TST_LIBC_TIMESPEC: in tst_ts_get_nsec()
415 case TST_LIBC_TIMESPEC: in tst_ts_set_sec()
435 case TST_LIBC_TIMESPEC: in tst_ts_set_nsec()
612 .type = TST_LIBC_TIMESPEC, in tst_ts_from_timespec()
704 return tst_ts_to_timespec(tst_ts_from_us(TST_LIBC_TIMESPEC, us)); in tst_timespec_from_us()
727 return tst_ts_to_timespec(tst_ts_from_ms(TST_LIBC_TIMESPEC, ms)); in tst_timespec_from_ms()
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c45 …{ .func = libc_clock_getres, .type = TST_LIBC_TIMESPEC, .spec = &tspec, .desc = "vDSO or syscall w…
46 …{ .func = libc_clock_getres, .type = TST_LIBC_TIMESPEC, .spec = &nspec, .desc = "vDSO or syscall w…
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime04.c79 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
90 { .clock_gettime = my_gettimeofday, .ts_type = TST_LIBC_TIMESPEC, .desc = "gettimeofday"},
Dclock_gettime01.c63 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
Dclock_gettime03.c42 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg.h18 …{ .recvmmsg = libc_recvmmsg, .sendmmsg = libc_sendmmsg, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDS…
/third_party/ltp/testcases/kernel/syscalls/sigwait/
Dsigwait01.c28 tc->tf(my_sigwait, tc->signo, TST_LIBC_TIMESPEC); in run()
/third_party/ltp/testcases/kernel/syscalls/sigwaitinfo/
Dsigwaitinfo01.c26 tc->tf(my_sigwaitinfo, tc->signo, TST_LIBC_TIMESPEC); in run()
/third_party/ltp/testcases/kernel/syscalls/sigtimedwait/
Dsigtimedwait01.c28 tc->tf(my_sigtimedwait, tc->signo, TST_LIBC_TIMESPEC); in run()
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval02.c18 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
Dsched_rr_get_interval01.c24 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
Dsched_rr_get_interval03.c37 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop.h23 { .semop = semop, .ts_type = TST_LIBC_TIMESPEC, .desc = "semop: syscall"},
/third_party/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h14 … libc_mq_timedsend, .mqt_receive = libc_mq_timedreceive, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep04.c20 …_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
Dclock_nanosleep03.c27 …_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
Dclock_nanosleep01.c110 …{ .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall …
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c28 …libc_clock_gettime, .clock_settime = libc_clock_settime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
/third_party/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c179 { .ppoll = libc_ppoll, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"},
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c133 case TST_LIBC_TIMESPEC: in tst_multi_set_time()