Searched refs:SIG_SETMASK (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/posix/ |
D | signal.h | 74 #ifndef SIG_SETMASK 75 #define SIG_SETMASK 1 macro
|
/Zephyr-latest/tests/posix/signals/src/ |
D | main.c | 226 #define SIG_GETMASK SIG_SETMASK in test_sigmask_entry() 242 zassert_ok(sigmask(SIG_SETMASK, &set[NEW], NULL)); in test_sigmask_entry() 248 zassert_ok(sigmask(SIG_SETMASK, &set[NEW], NULL)); in test_sigmask_entry() 255 zassert_ok(sigmask(SIG_SETMASK, &set[NEW], NULL)); in test_sigmask_entry() 277 zassert_ok(sigmask(SIG_SETMASK, &set[NEW], NULL)); in test_sigmask_entry() 312 zassert_not_ok(sigprocmask(SIG_SETMASK, NULL, NULL)); in ZTEST()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | signal_h.c | 54 zassert_not_equal(-1, SIG_SETMASK); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 1499 if (!(how == SIG_BLOCK || how == SIG_SETMASK || how == SIG_UNBLOCK)) { in pthread_sigmask() 1525 case SIG_SETMASK: in pthread_sigmask()
|