Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c104 case _SC_TIMEOUTS: in sysconf()
105 return z_sysconf(_SC_TIMEOUTS); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h59 _SC_TIMEOUTS, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c165 zassert_not_equal(INT_MIN, _SC_TIMEOUTS); in ZTEST()