Home
last modified time | relevance | path

Searched defs:spawned (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp73 auto spawned = device.Spawn(launch_info); in LaunchProcess() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc422 bool spawned() const { return spawned_; } in spawned() function in testing::internal::DeathTestImpl