Searched refs:SpawnChild (Results 1 – 7 of 7) sorted by relevance
45 Process process(SpawnChild("SimpleChildProcess")); in TEST_F()63 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F()82 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F()112 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F()132 Process process(SpawnChild("SleepyChildProcess")); in TEST_F()176 Process process(SpawnChild("TerminateCurrentProcessImmediatelyWithCode0")); in TEST_F()189 Process process(SpawnChild("TerminateCurrentProcessImmediatelyWithCode250")); in TEST_F()203 Process process(SpawnChild("FastSleepyChildProcess")); in TEST_F()213 Process process(SpawnChild("SleepyChildProcess")); in TEST_F()232 Process process(SpawnChild("SimpleChildProcess")); in TEST_F()[all …]
184 TEST_F(ProcessUtilTest, SpawnChild) { in TEST_F() argument185 Process process = SpawnChild("SimpleChildProcess"); in TEST_F()201 Process process = SpawnChild("SlowChildProcess"); in TEST_F()215 Process process = SpawnChild("SlowChildProcess"); in TEST_F()520 Process process = SpawnChild("SimpleChildProcess"); in TEST_F()568 Process process = SpawnChild("CrashingChildProcess"); in TEST_F()632 Process process = SpawnChild("KilledChildProcess"); in TEST_F()669 Process process = SpawnChild("TerminatedChildProcess"); in TEST_F()694 Process child_process = SpawnChild("process_util_test_never_die"); in TEST_F()727 Process child_process = SpawnChild("process_util_test_die_immediately"); in TEST_F()
123 Process SpawnChild(const std::string& procname);
57 Process MultiProcessTest::SpawnChild(const std::string& procname) {
64 Process MultiProcessTest::SpawnChild(const std::string& procname) {
175 Process child = SpawnChild("MismatchedMallocChildProcess"); in TEST_F()
834 processes[index] = SpawnChild("SharedMemoryTestMain"); in TEST_F()