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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c159 static int wait_for_pids(); /* Watcher - uses poll */
184 * main() - Main does basic setup and calls wait_for_pids() to do the work
305 * to terminate. Most of the activity is directed out of wait_for_pids.
306 * If wait_for_pids fails we reload the table and try again.
314 while (wait_for_pids() == 1) {
367 wait_for_pids() function

Completed in 58 milliseconds