Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/subcmd/
Drun-command.h57 int check_if_command_finished(struct child_process *);
Drun-command.c219 int check_if_command_finished(struct child_process *cmd) in check_if_command_finished() function
/linux-6.14.4/tools/perf/tests/
Dbuiltin-test.c355 if (check_if_command_finished(&child_tests[y]->process) == 0) in finish_test()
393 err_done = check_if_command_finished(&child_test->process); in finish_test()