Searched refs:sigprocmask (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/tests/workq/ |
| H A D | workq_sigmask.c | 29 sigprocmask(0, NULL, &omask); in print_sigmask() 50 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); 57 ret = sigprocmask(0, NULL, &omask); 69 ret = sigprocmask(0, NULL, &omask); 112 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL);
|
| /xnu-12377.81.4/tests/ |
| H A D | pty_121077498.c | 54 T_EXPECT_POSIX_SUCCESS(sigprocmask(SIG_BLOCK, &sigio_set, NULL), "block SIGIO"); 65 T_EXPECT_POSIX_SUCCESS(sigprocmask(SIG_UNBLOCK, &sigio_set, NULL), "unblock SIGIO");
|
| /xnu-12377.81.4/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.81.4/libsyscall/wrappers/ |
| H A D | terminate_with_reason.c | 100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
|
| /xnu-12377.81.4/tests/signals/ |
| H A D | sigchld_return.c | 46 sigprocmask(SIG_BLOCK, &set, NULL); in prepare_for_sigwait()
|
| H A D | signal_exit_reason.c | 385 sigprocmask(SIG_BLOCK, &set, &oldset); in __test_signal_zombie() 401 sigprocmask(SIG_SETMASK, &oldset, NULL); in __test_signal_zombie()
|
| /xnu-12377.81.4/bsd/man/man2/ |
| H A D | Makefile | 226 sigprocmask.2 \
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_sig.c | 793 sigprocmask(proc_t p, struct sigprocmask_args *uap, __unused int32_t *retval) in sigprocmask() function
|