Home
last modified time | relevance | path

Searched defs:OnCreateThread (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.h153 void OnCreateThread(const HostThread &thread) override { in OnCreateThread() function
DLocalDebugDelegate.cpp37 void LocalDebugDelegate::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in LocalDebugDelegate
DProcessDebugger.cpp520 void ProcessDebugger::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in lldb_private::ProcessDebugger
DNativeProcessWindows.cpp539 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::NativeProcessWindows
DProcessWindows.cpp751 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::ProcessWindows