Home
last modified time | relevance | path

Searched defs:spawn_thread (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp161 void SBCommandInterpreterRunOptions::SetSpawnThread(bool spawn_thread) { in SetSpawnThread()
H A DSBDebugger.cpp1230 bool spawn_thread) { in RunCommandInterpreter()
1242 bool spawn_thread, in RunCommandInterpreter()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h180 void SetSpawnThread(bool spawn_thread) { in SetSpawnThread()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp550 const bool spawn_thread = false; in MainLoop() local