Home
last modified time | relevance | path

Searched refs:TIMER_ABSTIME (Results 1 - 25 of 61) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/time/
H A 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/kernel/syscalls/timer_settime/
H A Dtimer_settime01.c46 {&old_set, 50000, 0, TIMER_ABSTIME, "using absolute time"},
121 if (tc->flag & TIMER_ABSTIME) { in run()
H A Dtimer_settime03.c12 * the timer with TIMER_ABSTIME flag to cause overruns immediately. Then just
95 SAFE_TIMER_SETTIME(timer, TIMER_ABSTIME, &spec, NULL); in run()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/
H A Dtwoptimers.c69 flags |= TIMER_ABSTIME; in main()
124 flags |= TIMER_ABSTIME; in main()
H A Dtwoevtimers.c85 flags |= TIMER_ABSTIME; in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs18 use linux_raw_sys::general::{__kernel_pid_t, __kernel_timespec, TIMER_ABSTIME};
107 c_uint(TIMER_ABSTIME),
126 c_uint(TIMER_ABSTIME),
/third_party/musl/compat/time32/
H A 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/
H A D3-1.c8 * Test that if TIMER_ABSTIME is set in flags, then if clock_nanosleep()
40 flags |= TIMER_ABSTIME; in main()
H A D2-1.c8 * Test that if TIMER_ABSTIME is set in flags, then clock_nanosleep()
39 flags |= TIMER_ABSTIME; in main()
H A D2-3.c10 * for an absolute clock. [Same as test 1-4.c except with TIMER_ABSTIME
43 flags |= TIMER_ABSTIME; in main()
H A D2-2.c11 * TIMER_ABSTIME set).
69 flags |= TIMER_ABSTIME; in main()
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioClock.h50 return 0 - clock_nanosleep(clockId, TIMER_ABSTIME, &time, NULL); in sleepUntilNanoTime()
/third_party/musl/src/time/
H A Dclock_nanosleep.c26 if (r==-EINTR && rem && !(flags & TIMER_ABSTIME)) { in __clock_nanosleep()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dtime.h84 #define TIMER_ABSTIME 1 macro
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
H A Dclock_nanosleep04.c50 TEST(tv->clock_nanosleep(tcase[i], TIMER_ABSTIME, tst_ts_get(&ts), NULL)); in do_test()
H A Dclock_nanosleep03.c65 TEST(tv->clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, tst_ts_get(&sleep_abs), NULL)); in verify_clock_nanosleep()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
H A D3-1.c58 flags |= TIMER_ABSTIME; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D5-2.c77 flags |= TIMER_ABSTIME; in main()
H A D5-3.c84 flags |= TIMER_ABSTIME; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
H A D7-1.c60 flags |= TIMER_ABSTIME; in main()
H A D4-1.c90 flags |= TIMER_ABSTIME; in main()
H A D4-2.c86 flags |= TIMER_ABSTIME; in main()
H A D7-2.c62 flags |= TIMER_ABSTIME; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
H A D4-3.c95 flags |= TIMER_ABSTIME; in main()
H A D4-4.c93 flags |= TIMER_ABSTIME; in main()

Completed in 7 milliseconds

123