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

/freebsd-13-stable/contrib/bmake/
H A Dcompat.c105 static pid_t compatChild; variable
158 if (compatChild > 0) {
159 KILLPG(compatChild, signo);
363 compatChild = cpid = vfork();
454 compatChild = 0;

Completed in 42 milliseconds