Searched refs:_SC_MONOTONIC_CLOCK (Results 1 - 3 of 3) sorted by relevance

/bionic/tests/
H A Dunistd_test.cpp23 ASSERT_GT(sysconf(_SC_MONOTONIC_CLOCK), 0);
/bionic/libc/include/sys/
H A Dsysconf.h130 #define _SC_MONOTONIC_CLOCK 0x0064 macro
/bionic/libc/bionic/
H A Dsysconf.cpp337 case _SC_MONOTONIC_CLOCK: return __sysconf_monotonic_clock();

Completed in 118 milliseconds