Home
last modified time | relevance | path

Searched refs:native_new_thread (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp769 const HostNativeThread &native_new_thread = new_thread.GetNativeThread(); in OnCreateThread() local
770 tid_t id = native_new_thread.GetThreadId(); in OnCreateThread()