Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/workq/
H A Dworkq_sigmask.c50 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
112 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
/xnu-12377.1.9/tests/
H A Dpty_121077498.c65 T_EXPECT_POSIX_SUCCESS(sigprocmask(SIG_UNBLOCK, &sigio_set, NULL), "unblock SIGIO");
/xnu-12377.1.9/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-12377.1.9/libsyscall/wrappers/
H A Dterminate_with_reason.c100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
/xnu-12377.1.9/bsd/sys/
H A Dsignal.h490 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_sig.c818 case SIG_UNBLOCK: in sigprocmask()
1178 case SIG_UNBLOCK: in __pthread_sigmask()