Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c236 case _SC_MQ_PRIO_MAX: in sysconf()
237 return z_sysconf(_SC_MQ_PRIO_MAX); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h125 _SC_MQ_PRIO_MAX, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c122 zassert_not_equal(INT_MIN, _SC_MQ_PRIO_MAX); in ZTEST()