Home
last modified time | relevance | path

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

/tools/lib/subcmd/
Drun-command.c172 pid_t waiting = waitpid(pid, &status, 0); in wait_or_whine() local
174 if (waiting < 0) { in wait_or_whine()
181 if (waiting != pid) in wait_or_whine()
/tools/testing/selftests/livepatch/
DREADME42 general module loading and livepatch loading helpers (waiting for patch
/tools/testing/selftests/vm/
Dcharge_reserved_hugetlb.sh188 echo waiting for DONE signal.
/tools/power/pm-graph/
DREADME156 are waiting for something and when. It also sets a suite of kprobes on
161 idea of what each device is waiting for. For instance, the scsi_eh thread,
/tools/memory-model/Documentation/
Drecipes.txt518 CPU1 puts the waiting task to sleep and CPU0 fails to wake it up.