Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dsignal.h77 #ifndef SIG_UNBLOCK
78 #define SIG_UNBLOCK 2 macro
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c53 zassert_not_equal(-1, SIG_UNBLOCK); in ZTEST()
/Zephyr-latest/tests/posix/signals/src/
Dmain.c282 zassert_ok(sigmask(SIG_UNBLOCK, &set[NEW], NULL)); in test_sigmask_entry()
287 zassert_ok(sigmask(SIG_UNBLOCK, &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()
1528 case SIG_UNBLOCK: in pthread_sigmask()