Home
last modified time | relevance | path

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

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