Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c106 case _SC_TIMERS: in sysconf()
107 return z_sysconf(_SC_TIMERS); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h60 _SC_TIMERS, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c167 zassert_not_equal(INT_MIN, _SC_TIMERS); in ZTEST()