Searched defs:wait_for_terminate (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dprocess-util.c463 int wait_for_terminate(pid_t pid, siginfo_t *status) { function
488 * < 0 : wait_for_terminate() failed to get the state of the
507 r = wait_for_terminate(pid, &status);
537 (void) wait_for_terminate(*pid, NULL);
759 (void) wait_for_terminate(pid, NULL);

Completed in 11 milliseconds