Searched refs:sm_sigchld (Results 1 – 4 of 4) sorted by relevance
/third_party/mksh/ |
D | jobs.c | 177 (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 …]
|
D | exec.c | 218 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask); in execute()
|
D | main.c | 1114 sigprocmask(SIG_BLOCK, &sm_sigchld, NULL); in quitenv()
|
D | sh.h | 1652 EXTERN sigset_t sm_default, sm_sigchld; variable
|