Home
last modified time | relevance | path

Searched refs:spawn_thread (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h289 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread);
291 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp582 const bool spawn_thread = false; in MainLoop() local
613 m_debugger.RunCommandInterpreter(handle_events, spawn_thread, options, in MainLoop()
631 m_debugger.RunCommandInterpreter(handle_events, spawn_thread, options, in MainLoop()
675 m_debugger.RunCommandInterpreter(handle_events, spawn_thread); in MainLoop()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1162 bool spawn_thread) { in RunCommandInterpreter() argument
1164 auto_handle_events, spawn_thread); in RunCommandInterpreter()
1170 auto_handle_events, spawn_thread, options); in RunCommandInterpreter()
1175 bool spawn_thread, in RunCommandInterpreter() argument
1184 auto_handle_events, spawn_thread, options, num_errors, in RunCommandInterpreter()
1189 interp.RunCommandInterpreter(auto_handle_events, spawn_thread, in RunCommandInterpreter()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebugger.i512 bool spawn_thread,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h429 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/freebsd-11-stable/crypto/openssl/crypto/threads/
HDmttest.c1187 thread_ctx[i] = spawn_thread((thread_func) ndoit, in do_threads()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2932 bool auto_handle_events, bool spawn_thread, in RunCommandInterpreter() argument
2943 if (spawn_thread) { in RunCommandInterpreter()