Searched refs:TST_LIBC_TIMESPEC (Results 1 – 20 of 20) sorted by relevance
/third_party/ltp/include/ |
D | tst_timer.h | 141 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/ |
D | clock_getres01.c | 45 …{ .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/ |
D | clock_gettime04.c | 79 …{ .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"},
|
D | clock_gettime01.c | 63 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
|
D | clock_gettime03.c | 42 …{ .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with…
|
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg.h | 18 …{ .recvmmsg = libc_recvmmsg, .sendmmsg = libc_sendmmsg, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDS…
|
/third_party/ltp/testcases/kernel/syscalls/sigwait/ |
D | sigwait01.c | 28 tc->tf(my_sigwait, tc->signo, TST_LIBC_TIMESPEC); in run()
|
/third_party/ltp/testcases/kernel/syscalls/sigwaitinfo/ |
D | sigwaitinfo01.c | 26 tc->tf(my_sigwaitinfo, tc->signo, TST_LIBC_TIMESPEC); in run()
|
/third_party/ltp/testcases/kernel/syscalls/sigtimedwait/ |
D | sigtimedwait01.c | 28 tc->tf(my_sigtimedwait, tc->signo, TST_LIBC_TIMESPEC); in run()
|
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
D | sched_rr_get_interval02.c | 18 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
|
D | sched_rr_get_interval01.c | 24 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
|
D | sched_rr_get_interval03.c | 37 …{ .sched_rr_get_interval = libc_sched_rr_get_interval, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO…
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop.h | 23 { .semop = semop, .ts_type = TST_LIBC_TIMESPEC, .desc = "semop: syscall"},
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | mq_timed.h | 14 … libc_mq_timedsend, .mqt_receive = libc_mq_timedreceive, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep04.c | 20 …_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
|
D | clock_nanosleep03.c | 27 …_clock_gettime, .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
|
D | clock_nanosleep01.c | 110 …{ .clock_nanosleep = libc_clock_nanosleep, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall …
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime01.c | 28 …libc_clock_gettime, .clock_settime = libc_clock_settime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vD…
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 179 { .ppoll = libc_ppoll, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"},
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 133 case TST_LIBC_TIMESPEC: in tst_multi_set_time()
|