/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | clock_nanosleep.c | 35 ret = clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0100() 50 ret = clock_nanosleep(CLOCK_TAI, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0200() 65 ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0300() 80 ret = clock_nanosleep(CLOCK_BOOTTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0400() 112 ret = clock_nanosleep(CLOCK_THREAD_CPUTIME_ID, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_0600() 127 ret = __clock_nanosleep_time64(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_time64_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 6-2-buildonly.c | 14 #ifndef TIMER_ABSTIME 15 #error TIMER_ABSTIME not defined
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
D | twoptimers.c | 69 flags |= TIMER_ABSTIME; in main() 124 flags |= TIMER_ABSTIME; in main()
|
D | twoevtimers.c | 85 flags |= TIMER_ABSTIME; in main()
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime01.c | 46 {&old_set, 50000, 0, TIMER_ABSTIME, "using absolute time"}, 121 if (tc->flag & TIMER_ABSTIME) { in run()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/ |
D | syscalls.rs | 18 use linux_raw_sys::general::{__kernel_pid_t, __kernel_timespec, TIMER_ABSTIME}; 107 c_uint(TIMER_ABSTIME), in clock_nanosleep_absolute() 126 c_uint(TIMER_ABSTIME), in clock_nanosleep_absolute()
|
/third_party/musl/compat/time32/ |
D | clock_nanosleep_time32.c | 10 if (ret==EINTR && rem32 && !(flags & TIMER_ABSTIME)) { in __clock_nanosleep_time32()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/ |
D | 2-1.c | 39 flags |= TIMER_ABSTIME; in main()
|
D | 3-1.c | 40 flags |= TIMER_ABSTIME; in main()
|
D | 2-3.c | 43 flags |= TIMER_ABSTIME; in main()
|
D | 2-2.c | 69 flags |= TIMER_ABSTIME; in main()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | AudioClock.h | 50 return 0 - clock_nanosleep(clockId, TIMER_ABSTIME, &time, NULL);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
D | 5-2.c | 77 flags |= TIMER_ABSTIME; in main()
|
D | 5-3.c | 84 flags |= TIMER_ABSTIME; in main()
|
D | 5-1.c | 81 flags |= TIMER_ABSTIME; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/ |
D | 3-1.c | 58 flags |= TIMER_ABSTIME; in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | time.h | 84 #define TIMER_ABSTIME 1 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep04.c | 50 TEST(tv->clock_nanosleep(tcase[i], TIMER_ABSTIME, tst_ts_get(&ts), NULL)); in do_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
D | 7-1.c | 60 flags |= TIMER_ABSTIME; in main()
|
D | 7-2.c | 62 flags |= TIMER_ABSTIME; in main()
|
D | 4-2.c | 86 flags |= TIMER_ABSTIME; in main()
|
D | 4-1.c | 90 flags |= TIMER_ABSTIME; in main()
|
/third_party/musl/src/time/ |
D | clock_nanosleep.c | 26 if (r==-EINTR && rem && !(flags & TIMER_ABSTIME)) { in __clock_nanosleep()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/ |
D | 4-4.c | 93 flags |= TIMER_ABSTIME; in main()
|
D | 4-3.c | 95 flags |= TIMER_ABSTIME; in main()
|