Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c252 case _SC_RTSIG_MAX: in sysconf()
253 return z_sysconf(_SC_RTSIG_MAX); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h133 _SC_RTSIG_MAX, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c134 zassert_not_equal(INT_MIN, _SC_RTSIG_MAX); in ZTEST()