Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h158 void OnCreateThread(const HostThread &thread) override { in OnCreateThread() function
H A DLocalDebugDelegate.cpp37 void LocalDebugDelegate::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in LocalDebugDelegate
H A DProcessDebugger.cpp516 void ProcessDebugger::OnCreateThread(const HostThread &thread) { in OnCreateThread() function in lldb_private::ProcessDebugger
H A DNativeProcessWindows.cpp563 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::NativeProcessWindows
H A DProcessWindows.cpp762 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread() function in lldb_private::ProcessWindows