Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c94 case _SC_THREAD_ROBUST_PRIO_INHERIT: in sysconf()
95 return z_sysconf(_SC_THREAD_ROBUST_PRIO_INHERIT); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h54 _SC_THREAD_ROBUST_PRIO_INHERIT, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c158 zassert_not_equal(INT_MIN, _SC_THREAD_ROBUST_PRIO_INHERIT); in ZTEST()