Home
last modified time | relevance | path

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

/systemd-251/src/userdb/
Duserdbd-manager.c20 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() function
305 return start_workers(m, false); in manager_startup()