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

/freebsd-9.3-release/bin/sh/
H A Dtrap.c81 static int ignore_sigchld; /* Used while handling SIGCHLD traps. */ variable
383 if (signo != SIGCHLD || !ignore_sigchld)
429 ignore_sigchld++;
461 ignore_sigchld--;

Completed in 44 milliseconds