HomeSort by relevance Sort by last modified time
    Searched refs:SpawnChild (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/test/
multiprocess_test.h 39 // 3) Call SpawnChild("foo"), where "foo" is the name of
58 ProcessHandle SpawnChild(const std::string& procname, bool debug_on_start);
61 ProcessHandle SpawnChild(const std::string& procname,
multiprocess_test.cc 20 ProcessHandle MultiProcessTest::SpawnChild(const std::string& procname,
31 ProcessHandle MultiProcessTest::SpawnChild(
  /external/chromium/chrome/common/
multi_process_lock_unittest.cc 53 base::ProcessHandle handle = SpawnChild("MultiProcessLockTryFailMain", false);
63 base::ProcessHandle handle = SpawnChild("MultiProcessLockTrySucceedMain",
service_process_util_unittest.cc 83 base::ProcessHandle handle = SpawnChild(name, false);
170 base::ProcessHandle handle = SpawnChild("ServiceProcessStateTestShutdown",
  /external/chromium/base/
process_util_unittest.cc 116 TEST_F(ProcessUtilTest, SpawnChild) {
117 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false);
130 base::ProcessHandle handle = this->SpawnChild("SlowChildProcess", false);
140 base::ProcessHandle handle = this->SpawnChild("SlowChildProcess", false);
183 base::ProcessHandle handle = this->SpawnChild("CrashingChildProcess",
229 base::ProcessHandle handle = this->SpawnChild("KilledChildProcess",
260 base::ProcessHandle handle = this->SpawnChild("SimpleChildProcess", false);
430 base::ProcessHandle handle = this->SpawnChild(
shared_memory_unittest.cc 385 handles[index] = SpawnChild("SharedMemoryTestMain", false);
  /external/chromium/base/metrics/
stats_table_unittest.cc 206 procs[index] = this->SpawnChild("StatsTableMultipleProcessMain", false);

Completed in 141 milliseconds