Home
last modified time | relevance | path

Searched refs:RTSIG_MAX (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/lib/posix/options/
DKconfig.signal18 Define the maximum number of realtime signals (RTSIG_MAX).
19 The range of realtime signals is [SIGRTMIN .. (SIGRTMIN+RTSIG_MAX)]
/Zephyr-latest/include/zephyr/posix/
Dsignal.h50 #define SIGRTMAX (SIGRTMIN + RTSIG_MAX)
53 BUILD_ASSERT(RTSIG_MAX >= 0);
Dposix_features.h337 #define RTSIG_MAX _POSIX_RTSIG_MAX macro
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c49 zassert_not_equal(-1, RTSIG_MAX); in ZTEST()
50 zassert_true(SIGRTMAX - SIGRTMIN >= RTSIG_MAX); in ZTEST()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h288 #define __z_posix_sysconf_SC_RTSIG_MAX RTSIG_MAX