Lines Matching defs:stopped
91 bool stopped)
96 * stopped - attach to a stopped process
111 ATF_REQUIRE((!notimeout && !unrelated && !stopped) ||
112 (!notimeout && unrelated && !stopped) ||
113 (notimeout && !unrelated && !stopped) ||
114 (!notimeout && unrelated && stopped));
120 if (stopped) {
141 if (stopped) {
142 DPRINTF("Await for a stopped parent PID %d\n", tracee);
149 /* Wait for tracee and assert that it was stopped w/ SIGSTOP */
299 "Assert that tracer can attach to an unrelated stopped process");
312 parent_attach_to_its_child(bool stopped)
329 if (stopped) {
340 if (stopped) {
341 DPRINTF("Await for a stopped tracee PID %d\n", tracee);
348 DPRINTF("Wait for the stopped tracee process with %s()\n",
391 "Assert that tracer parent can PT_ATTACH to its stopped child");
403 child_attach_to_its_parent(bool stopped)
420 if (stopped) {
421 DPRINTF("Await for a stopped parent PID %d\n",
430 DPRINTF("Wait for the stopped parent process with %s()\n",
450 if (stopped) {
488 "Assert that tracer child can PT_ATTACH to its stopped parent");
616 /* Wait for tracee and assert that it was stopped w/ SIGSTOP */