Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHostThreadWindows.cpp59 lldb::tid_t HostThreadWindows::GetThreadId() const { in GetThreadId() function in HostThreadWindows
60 return ::GetThreadId(m_thread); in GetThreadId()
71 return GetThreadId() == ::GetThreadId(thread); in EqualsThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostThreadWindows.h34 lldb::tid_t GetThreadId() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp38 : Thread(process, thread.GetNativeThread().GetThreadId()), in TargetThreadWindows()
H A DNativeThreadWindows.cpp27 : NativeThreadProtocol(process, thread.GetNativeThread().GetThreadId()), in NativeThreadWindows()
H A DProcessWindows.cpp689 tid_t id = host_main_thread.GetNativeThread().GetThreadId(); in OnDebuggerConnected()
768 tid_t id = native_new_thread.GetThreadId(); in OnCreateThread()
/openbsd-src/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp219 return GetThreadId(*__t); in __libcpp_thread_get_id()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc52 DWORD llvm_thread_get_id_impl(HANDLE hThread) { return ::GetThreadId(hThread); }