Home
last modified time | relevance | path

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

/xnu-10002.41.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-10002.41.9/libsyscall/wrappers/
H A Dterminate_with_reason.c100 sigprocmask(SIG_UNBLOCK, &unmask_signal, NULL); in abort_with_payload_wrapper_internal()
/xnu-10002.41.9/bsd/man/man2/
H A DMakefile224 sigprocmask.2 \
/xnu-10002.41.9/bsd/kern/
H A Dkern_sig.c786 sigprocmask(proc_t p, struct sigprocmask_args *uap, __unused int32_t *retval) in sigprocmask() function