Searched refs:wait_forever (Results 1 – 2 of 2) sorted by relevance
64 bool WaitChildProcess(bool wait_forever, bool is_child_killed, int* exit_code);
181 bool Workload::WaitChildProcess(bool wait_forever, bool is_child_killed, int* exit_code) { in WaitChildProcess() argument187 pid_t result = TEMP_FAILURE_RETRY(waitpid(work_pid_, &status, (wait_forever ? 0 : WNOHANG))); in WaitChildProcess()