Searched defs:OnCreateThread (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | NativeProcessWindows.h | 158 void OnCreateThread(const HostThread &thread) override { in OnCreateThread() function |
H A D | LocalDebugDelegate.cpp | 37 void LocalDebugDelegate::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in LocalDebugDelegate |
H A D | ProcessDebugger.cpp | 516 void ProcessDebugger::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in lldb_private::ProcessDebugger |
H A D | NativeProcessWindows.cpp | 563 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::NativeProcessWindows |
H A D | ProcessWindows.cpp | 762 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::ProcessWindows |