Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
H A Drun-command.c170 static int wait_or_whine(struct child_process *cmd, bool block) in wait_or_whine() function
263 wait_or_whine(cmd, /*block=*/false); in check_if_command_finished()
270 return wait_or_whine(cmd, /*block=*/true); in finish_command()