Home
last modified time | relevance | path

Searched refs:TIMER_ABSTIME (Results 1 – 25 of 68) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/time/
Dclock_nanosleep.c35 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/
D6-2-buildonly.c14 #ifndef TIMER_ABSTIME
15 #error TIMER_ABSTIME not defined
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/
Dtwoptimers.c69 flags |= TIMER_ABSTIME; in main()
124 flags |= TIMER_ABSTIME; in main()
Dtwoevtimers.c85 flags |= TIMER_ABSTIME; in main()
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
Dtimer_settime01.c46 {&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/
Dsyscalls.rs18 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/
Dclock_nanosleep_time32.c10 if (ret==EINTR && rem32 && !(flags & TIMER_ABSTIME)) { in __clock_nanosleep_time32()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
D2-1.c39 flags |= TIMER_ABSTIME; in main()
D3-1.c40 flags |= TIMER_ABSTIME; in main()
D2-3.c43 flags |= TIMER_ABSTIME; in main()
D2-2.c69 flags |= TIMER_ABSTIME; in main()
/third_party/skia/third_party/externals/oboe/src/common/
DAudioClock.h50 return 0 - clock_nanosleep(clockId, TIMER_ABSTIME, &time, NULL);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
D5-2.c77 flags |= TIMER_ABSTIME; in main()
D5-3.c84 flags |= TIMER_ABSTIME; in main()
D5-1.c81 flags |= TIMER_ABSTIME; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
D3-1.c58 flags |= TIMER_ABSTIME; in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h84 #define TIMER_ABSTIME 1 macro
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep04.c50 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/
D7-1.c60 flags |= TIMER_ABSTIME; in main()
D7-2.c62 flags |= TIMER_ABSTIME; in main()
D4-2.c86 flags |= TIMER_ABSTIME; in main()
D4-1.c90 flags |= TIMER_ABSTIME; in main()
/third_party/musl/src/time/
Dclock_nanosleep.c26 if (r==-EINTR && rem && !(flags & TIMER_ABSTIME)) { in __clock_nanosleep()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
D4-4.c93 flags |= TIMER_ABSTIME; in main()
D4-3.c95 flags |= TIMER_ABSTIME; in main()

123