Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c457 static volatile sig_atomic_t caught_sigchld;
620 caught_sigchld = 1;
1978 if (caught_sigchld == 0) in Job_CatchChildren()
1980 caught_sigchld = 0; in Job_CatchChildren()
2184 caught_sigchld = 0; in Job_SetPrefix()
460 static volatile sig_atomic_t caught_sigchld; global() variable
H A DChangeLog1554 o use sig_atomic_t for caught_sigchld