Searched refs:EventHandlerThread (Results 1 – 2 of 2) sorted by relevance
432 static lldb::thread_result_t EventHandlerThread(lldb::thread_arg_t arg);
1563 lldb::thread_result_t Debugger::EventHandlerThread(lldb::thread_arg_t arg) { in EventHandlerThread() function in Debugger1586 ThreadLauncher::LaunchThread(thread_name, EventHandlerThread, this, in StartEventHandlerThread()