Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDMutex.cpp272 … pthread_mutex_lock (%p)...\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex); in Lock()
288 …hread_mutex_lock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex,… in Lock()
308 …ad_mutex_trylock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex,… in TryLock()
337 …ead_mutex_unlock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex,… in Unlock()
368 …%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::GetCurrentThreadID()); in Lock()
378 …%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::GetCurrentThreadID()); in Unlock()
388 …%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::GetCurrentThreadID()); in TryLock()
HDHost.cpp341 Host::GetCurrentThreadID() in GetCurrentThreadID() function in Host
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDStreamCallback.cpp52 lldb::tid_t cur_tid = Host::GetCurrentThreadID(); in Flush()
61 lldb::tid_t cur_tid = Host::GetCurrentThreadID(); in Write()
HDLog.cpp127 header.Printf ("[%4.4x/%4.4" PRIx64 "]: ", getpid(), Host::GetCurrentThreadID()); in VAPrintf()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h121 GetCurrentThreadID ();
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.h253 GetCurrentThreadID () const;
HDGDBRemoteCommunicationServerLLGS.cpp931 lldb::tid_t tid = m_debugged_process_sp->GetCurrentThreadID (); in Handle_qC()
1342 lldb::tid_t tid = m_debugged_process_sp->GetCurrentThreadID (); in SendStopReasonForState()
2285 tid = GetCurrentThreadID (); in Handle_s()
2745 const lldb::tid_t current_tid = GetCurrentThreadID (); in GetThreadFromSuffix()
2786 GDBRemoteCommunicationServerLLGS::GetCurrentThreadID () const in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
2795 return m_debugged_process_sp->GetCurrentThreadID (); in GetCurrentThreadID()
HDGDBRemoteCommunication.cpp83 m_packets[idx].tid = Host::GetCurrentThreadID(); in AddPacket()
101 m_packets[idx].tid = Host::GetCurrentThreadID(); in AddPacket()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h205 GetCurrentThreadID () in GetCurrentThreadID() function