Searched defs:OnCreateThread (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
D | NativeProcessWindows.h | 153 void OnCreateThread(const HostThread &thread) override { in OnCreateThread() function |
D | LocalDebugDelegate.cpp | 37 void LocalDebugDelegate::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in LocalDebugDelegate |
D | ProcessDebugger.cpp | 520 void ProcessDebugger::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in lldb_private::ProcessDebugger |
D | NativeProcessWindows.cpp | 539 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::NativeProcessWindows |
D | ProcessWindows.cpp | 751 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::ProcessWindows |