Searched refs:SIG_UNBLOCK (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/tests/workq/ |
| H A D | workq_sigmask.c | 50 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); 112 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
|
| /xnu-10063.141.1/tools/tests/personas/ |
| H A D | persona_spawn.c | 215 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in child_main_loop() 411 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in main()
|
| /xnu-10063.141.1/libsyscall/wrappers/ |
| H A D | terminate_with_reason.c | 100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | signal.h | 489 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_sig.c | 811 case SIG_UNBLOCK: in sigprocmask() 1170 case SIG_UNBLOCK: in __pthread_sigmask()
|