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

/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dprocsup.c93 int tmp_pid; local
98 while (((tmp_pid = wait3(statusp, options, 0)) != pid) &&
99 (tmp_pid != -1) && (tmp_pid != 0) && (pid != -1))
101 return tmp_pid;

Completed in 95 milliseconds