Lines Matching full:subprocess
86 /// Terminates a subprocess without invoking destructors.
89 /// on exit from a subprocess. The reason is that we do not want to invoke any
105 /// Subprocess that creates a cookie file in its work directory.
119 /// Runs the subprocess.
135 /// Subprocess that deletes all files in the current directory.
161 /// Subprocess that dumps user configuration.
171 /// Subprocess that returns a specific exit code.
184 /// Runs the subprocess.
197 /// Subprocess that just blocks.
213 /// Subprocess that writes to stdout and stderr.
224 /// Subprocess that sleeps for a period of time before exiting.
237 /// Runs the subprocess.
251 /// Subprocess that spawns a subchild that gets stuck.
254 /// when this subprocess is killed.
261 std::cerr << "Cannot fork subprocess\n"; in child_spawn_blocking_child()
284 /// Subprocess that checks if isolate_child() has been called.
368 std::cout << "Subprocess not dead yet; retrying wait\n"; in ensure_dead()
373 ATF_FAIL(F("The subprocess %s of our child was not killed") % pid); in ensure_dead()
625 // This test is racy: we specify a very short timeout for the subprocess so in ATF_TEST_CASE_BODY()
626 // that we cause the subprocess to exit before it has had time to set up the in ATF_TEST_CASE_BODY()
627 // output files. However, for scheduling reasons, the subprocess may in ATF_TEST_CASE_BODY()
788 std::cout << "Waiting for subprocess termination\n"; in do_signal_handling_test()
792 // make sure the subprocess was terminated as expected. in do_signal_handling_test()