Searched refs:all_sigs (Results 1 – 1 of 1) sorted by relevance
944 sigset_t all_sigs; in subprocess_fork_exec() local945 sigfillset(&all_sigs); in subprocess_fork_exec()946 if ((saved_errno = pthread_sigmask(SIG_BLOCK, &all_sigs, &old_sigs))) { in subprocess_fork_exec()