Home
last modified time | relevance | path

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

/third_party/mksh/
Djobs.c177 (void)sigemptyset(&sm_sigchld); in j_init()
178 (void)sigaddset(&sm_sigchld, SIGCHLD); in j_init()
469 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
663 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
686 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
720 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
781 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
827 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
957 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
1008 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
[all …]
Dexec.c218 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask); in execute()
Dmain.c1114 sigprocmask(SIG_BLOCK, &sm_sigchld, NULL); in quitenv()
Dsh.h1652 EXTERN sigset_t sm_default, sm_sigchld; variable