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

/systemd/src/basic/
H A Dprocess-util.h59 int wait_for_terminate_and_warn(const char *name, pid_t pid, bool check_exit_code);
H A Dprocess-util.c498 * and also if it returns non-zero unless check_exit_code is true.
500 int wait_for_terminate_and_warn(const char *name, pid_t pid, bool check_exit_code) { argument
513 log_full(check_exit_code ? LOG_WARNING : LOG_DEBUG,

Completed in 752 milliseconds