Searched refs:start_workers (Results 1 – 1 of 1) sorted by relevance
20 static int start_workers(Manager *m, bool explicit_request);65 … (void) start_workers(m, false); /* Fill up workers again if we fell below the low watermark */ in on_sigchld()75 …(void) start_workers(m, true); /* Workers told us there's more work, let's add one more worker as … in on_sigusr2()224 static int start_workers(Manager *m, bool explicit_request) { in start_workers() function305 return start_workers(m, false); in manager_startup()