Home
last modified time | relevance | path

Searched refs:j_sigchld (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Djobs.c156 static void j_sigchld(int);
180 setsig(&sigtraps[SIGCHLD], j_sigchld, in j_init()
1114 /* Don't call j_sigchld() as it may remove job... */
1161 j_sigchld(SIGCHLD);
1326 j_sigchld(int sig MKSH_A_UNUSED) function
1436 * from j_sigchld()). If no processes are running, the job status

Completed in 2 milliseconds