Home
last modified time | relevance | path

Searched refs:EventHandlerThread (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h432 static lldb::thread_result_t EventHandlerThread(lldb::thread_arg_t arg);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1563 lldb::thread_result_t Debugger::EventHandlerThread(lldb::thread_arg_t arg) { in EventHandlerThread() function in Debugger
1586 ThreadLauncher::LaunchThread(thread_name, EventHandlerThread, this, in StartEventHandlerThread()