Searched refs:SIG_UNBLOCK (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/tests/workq/ ! |
| H A D | workq_sigmask.c | 50 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); 112 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
|
| /xnu-12377.41.6/tests/ ! |
| H A D | pty_121077498.c | 65 T_EXPECT_POSIX_SUCCESS(sigprocmask(SIG_UNBLOCK, &sigio_set, NULL), "unblock SIGIO");
|
| /xnu-12377.41.6/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-12377.41.6/libsyscall/wrappers/ ! |
| H A D | terminate_with_reason.c | 100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
|
| /xnu-12377.41.6/bsd/sys/ ! |
| H A D | signal.h | 490 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
|
| /xnu-12377.41.6/bsd/kern/ ! |
| H A D | kern_sig.c | 818 case SIG_UNBLOCK: in sigprocmask() 1178 case SIG_UNBLOCK: in __pthread_sigmask()
|