Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/abi/
A Dtpidr2.c65 pid_t newpid, waiting, oldpid; in write_fork_read() local
94 waiting = waitpid(newpid, &status, 0); in write_fork_read()
96 if (waiting < 0) { in write_fork_read()
102 if (waiting != newpid) { in write_fork_read()
104 waiting, newpid); in write_fork_read()
145 pid_t parent, waiting; in write_clone_read() local
185 waiting = wait4(ret, &status, __WCLONE, NULL); in write_clone_read()
187 if (waiting < 0) { in write_clone_read()
193 if (waiting != ret) { in write_clone_read()
195 waiting); in write_clone_read()
/tools/testing/selftests/arm64/fp/
A Dza-fork.c26 pid_t newpid, waiting; in fork_test_c() local
50 waiting = waitpid(newpid, &child_status, 0); in fork_test_c()
52 if (waiting < 0) { in fork_test_c()
58 if (waiting != newpid) { in fork_test_c()
/tools/lib/subcmd/
A Drun-command.c177 pid_t waiting = waitpid(cmd->pid, &status, block ? 0 : WNOHANG); in wait_or_whine() local
179 if (!block && waiting == 0) in wait_or_whine()
182 if (waiting < 0 && errno == EINTR) in wait_or_whine()
186 if (waiting < 0) { in wait_or_whine()
192 } else if (waiting != cmd->pid) { in wait_or_whine()
/tools/testing/selftests/livepatch/
A DREADME55 general module loading and livepatch loading helpers (waiting for patch
/tools/perf/Documentation/
A Dperf-sched.txt38 task was ready to run but was kept waiting).
227 by a task waiting on a runqueue but not getting the chance to run there
/tools/perf/tests/shell/
A Drecord.sh9 . "${shelldir}"/lib/waiting.sh
A Dtest_intel_pt.sh12 . "${shelldir}"/lib/waiting.sh
/tools/testing/selftests/rcutorture/bin/
A Dkvm-remote.sh166 …echo Unable to download $T/binres.tgz to system $i, waiting and then retrying. $tries prior retri…
/tools/gpio/
A Dgpio-sloppy-logic-analyzer.sh60 Samples 50us at 2MHz waiting for a falling edge on channel 2. CPU and instance as above:
/tools/testing/selftests/mm/
A Dcharge_reserved_hugetlb.sh193 echo waiting for DONE signal.
/tools/power/pm-graph/
A 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/
A Drecipes.txt522 CPU1 puts the waiting task to sleep and CPU0 fails to wake it up.

Completed in 654 milliseconds