Home
last modified time | relevance | path

Searched refs:_SC_MONOTONIC_CLOCK (Results 1 – 25 of 37) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D5-1.c27 sysconf(_SC_MONOTONIC_CLOCK) < 200112L) in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
D3-1.c26 if (sysconf(_SC_MONOTONIC_CLOCK) == -1) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D7-1.c35 if (sysconf(_SC_MONOTONIC_CLOCK) == -1) { in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Dstress.c135 if ((sysconf(_SC_MONOTONIC_CLOCK) > 0) in threaded()
Ds-c.c104 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/musl/src/conf/
Dsysconf.c129 [_SC_MONOTONIC_CLOCK] = VER, in sysconf()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D2-3.c261 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK); in main()
D2-2.c276 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-5.c206 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK); in main()
D2-6.c250 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK); in main()
D4-2.c214 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
D2-7.c269 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
D2-4.c260 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/musl/include/
Dunistd.h386 #define _SC_MONOTONIC_CLOCK 149 macro
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c397 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
Dstress2.c430 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
Ds-c.c572 altclk_ok = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress2.c439 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
Dstress1.c391 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
Dstress.c439 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D1-2.c308 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D2-3.c267 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
D1-2.c325 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D2-1.c350 monotonic = sysconf(_SC_MONOTONIC_CLOCK); in main()
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs775 pub const _SC_MONOTONIC_CLOCK: ::c_int = 69; constant

12