Searched refs:GetThreadId (Results 1 – 7 of 7) sorted by relevance
59 lldb::tid_t HostThreadWindows::GetThreadId() const { in GetThreadId() function in HostThreadWindows60 return ::GetThreadId(m_thread); in GetThreadId()71 return GetThreadId() == ::GetThreadId(thread); in EqualsThread()
34 lldb::tid_t GetThreadId() const;
38 : Thread(process, thread.GetNativeThread().GetThreadId()), in TargetThreadWindows()
27 : NativeThreadProtocol(process, thread.GetNativeThread().GetThreadId()), in NativeThreadWindows()
689 tid_t id = host_main_thread.GetNativeThread().GetThreadId(); in OnDebuggerConnected()768 tid_t id = native_new_thread.GetThreadId(); in OnCreateThread()
219 return GetThreadId(*__t); in __libcpp_thread_get_id()
52 DWORD llvm_thread_get_id_impl(HANDLE hThread) { return ::GetThreadId(hThread); }