Home
last modified time | relevance | path

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

/NextBSD/sbin/launchd/
HDcore.c932 static size_t total_children; variable
1268 …jobmgr_log(jm, level, "Still alive with %lu/%lu (normal/anonymous) children.", total_children, tot… in jobmgr_still_alive_with_check()
3925 total_children--; in job_reap()
4558 total_children++; in job_start()
6169 …, "Exited while shutdown in progress. Processes remaining: %lu/%lu", total_children, total_anon_ch… in job_useless()
6170 if (total_children == 0 && !j->anonymous) { in job_useless()