Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_posixsubprocess.c944 sigset_t all_sigs; in subprocess_fork_exec() local
945 sigfillset(&all_sigs); in subprocess_fork_exec()
946 if ((saved_errno = pthread_sigmask(SIG_BLOCK, &all_sigs, &old_sigs))) { in subprocess_fork_exec()