Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c46 case _SC_MONOTONIC_CLOCK: in sysconf()
47 return z_sysconf(_SC_MONOTONIC_CLOCK); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h30 _SC_MONOTONIC_CLOCK, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c120 zassert_not_equal(INT_MIN, _SC_MONOTONIC_CLOCK); in ZTEST()