Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/tools/tests/personas/
H A Dpersona_spawn.c215 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in child_main_loop()
411 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in main()
/xnu-8019.80.24/libsyscall/wrappers/
H A Dterminate_with_reason.c100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
/xnu-8019.80.24/bsd/sys/
H A Dsignal.h489 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_sig.c804 case SIG_UNBLOCK: in sigprocmask()
1257 case SIG_UNBLOCK: in __pthread_sigmask()