Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/subcmd/
Drun-command.c168 static int wait_or_whine(struct child_process *cmd, bool block) in wait_or_whine() function
220 wait_or_whine(cmd, /*block=*/false); in check_if_command_finished()
226 return wait_or_whine(cmd, /*block=*/true); in finish_command()