Searched refs:check_if_command_finished (Results 1 – 3 of 3) sorted by relevance
293 if (check_if_command_finished(&tpebs_cmd)) { in tpebs_send_record_cmd()306 if (check_if_command_finished(&tpebs_cmd)) { in tpebs_send_record_cmd()
445 if (check_if_command_finished(&child_tests[y]->process) == 0) in finish_test()483 err_done = check_if_command_finished(&child_test->process); in finish_test()
230 int check_if_command_finished(struct child_process *cmd) in check_if_command_finished() function