Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dsignal.h71 #ifndef SIG_BLOCK
72 #define SIG_BLOCK 0 macro
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c52 zassert_not_equal(-1, SIG_BLOCK); in ZTEST()
/Zephyr-latest/tests/posix/signals/src/
Dmain.c260 zassert_ok(sigmask(SIG_BLOCK, &set[NEW], NULL)); in test_sigmask_entry()
265 zassert_ok(sigmask(SIG_BLOCK, &set[NEW], NULL)); in test_sigmask_entry()
/Zephyr-latest/lib/posix/options/
Dpthread.c1499 if (!(how == SIG_BLOCK || how == SIG_SETMASK || how == SIG_UNBLOCK)) { in pthread_sigmask()
1520 case SIG_BLOCK: in pthread_sigmask()