Searched refs:sigprocmask (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/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-11215.1.10/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-11215.1.10/libsyscall/wrappers/ |
| H A D | terminate_with_reason.c | 100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
|
| /xnu-11215.1.10/bsd/man/man2/ |
| H A D | Makefile | 224 sigprocmask.2 \
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_sig.c | 787 sigprocmask(proc_t p, struct sigprocmask_args *uap, __unused int32_t *retval) in sigprocmask() function
|