Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/workq/
H A Dworkq_sigmask.c50 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
112 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
/xnu-10063.141.1/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-10063.141.1/libsyscall/wrappers/
H A Dterminate_with_reason.c100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
/xnu-10063.141.1/bsd/sys/
H A Dsignal.h489 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
/xnu-10063.141.1/bsd/kern/
H A Dkern_sig.c811 case SIG_UNBLOCK: in sigprocmask()
1170 case SIG_UNBLOCK: in __pthread_sigmask()