Home
last modified time | relevance | path

Searched refs:spawned (Results 1 – 6 of 6) 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
71 if (spawned) { in LaunchProcess()
72 launch_info.SetProcessID(spawned.GetPID()); in LaunchProcess()
75 return spawned.GetError(); in LaunchProcess()
/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
570 if (!spawned()) in Passed()
681 if (!spawned()) in Wait()
882 if (!spawned()) in Wait()
1097 if (!spawned()) in Wait()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Darwin/
H A Ddispatch.mm1 // Test for threads spawned with wqthread_start
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc134 " If non-zero, a background thread is spawned at startup"
139 " If non-zero, a background thread is spawned at startup"
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt40 function, for a spawned thread, it corresponds to the thread function.
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm3266 DNBLogThreadedIf(LOG_PROCESS, "successfully spawned pid %d", m_pid);
3271 DNBLogThreadedIf(LOG_PROCESS, "error: failed to attach to spawned pid "