Searched refs:SIG_BLOCK (Results 1 – 4 of 4) sorted by relevance
71 #ifndef SIG_BLOCK72 #define SIG_BLOCK 0 macro
52 zassert_not_equal(-1, SIG_BLOCK); in ZTEST()
260 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()
1499 if (!(how == SIG_BLOCK || how == SIG_SETMASK || how == SIG_UNBLOCK)) { in pthread_sigmask()1520 case SIG_BLOCK: in pthread_sigmask()