Searched refs:SAFE_SIGEMPTYSET (Results 1 – 6 of 6) sorted by relevance
19 SAFE_SIGEMPTYSET(&sigs); in test_empty_set()49 SAFE_SIGEMPTYSET(&sigs); in test_timeout()78 SAFE_SIGEMPTYSET(&sigs); in test_unmasked_matching()105 SAFE_SIGEMPTYSET(&sigs); in test_unmasked_matching_noinfo()128 SAFE_SIGEMPTYSET(&sigs); in test_masked_matching()179 SAFE_SIGEMPTYSET(&sigs); in test_masked_matching_rt()241 SAFE_SIGEMPTYSET(&sigs); in test_masked_matching_noinfo()283 SAFE_SIGEMPTYSET(&sigs); in test_bad_address()363 SAFE_SIGEMPTYSET(&sigs); in test_bad_address3()
65 SAFE_SIGEMPTYSET(&signalset); in setup()66 SAFE_SIGEMPTYSET(&sigset1); in setup()
86 SAFE_SIGEMPTYSET(&signalset); in setup()91 SAFE_SIGEMPTYSET(&sa.sa_mask); in setup()
104 SAFE_SIGEMPTYSET(&signalset); in setup()
58 SAFE_SIGEMPTYSET(&set); in run()
488 #define SAFE_SIGEMPTYSET(sigs) \ macro