Searched refs:SIG_UNBLOCK (Results 1 – 4 of 4) sorted by relevance
77 #ifndef SIG_UNBLOCK78 #define SIG_UNBLOCK 2 macro
53 zassert_not_equal(-1, SIG_UNBLOCK); in ZTEST()
282 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()
1499 if (!(how == SIG_BLOCK || how == SIG_SETMASK || how == SIG_UNBLOCK)) { in pthread_sigmask()1528 case SIG_UNBLOCK: in pthread_sigmask()