Home
last modified time | relevance | path

Searched refs:sigprocmask (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.81.4/tests/workq/
H A Dworkq_sigmask.c29 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 Dpty_121077498.c54 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 Dpersona_spawn.c215 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 Dterminate_with_reason.c100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
/xnu-12377.81.4/tests/signals/
H A Dsigchld_return.c46 sigprocmask(SIG_BLOCK, &set, NULL); in prepare_for_sigwait()
H A Dsignal_exit_reason.c385 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 DMakefile226 sigprocmask.2 \
/xnu-12377.81.4/bsd/kern/
H A Dkern_sig.c793 sigprocmask(proc_t p, struct sigprocmask_args *uap, __unused int32_t *retval) in sigprocmask() function