Searched refs:GetCurrentThreadID (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Mutex.cpp | 272 … 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()
|
| HD | Host.cpp | 341 Host::GetCurrentThreadID() in GetCurrentThreadID() function in Host
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | StreamCallback.cpp | 52 lldb::tid_t cur_tid = Host::GetCurrentThreadID(); in Flush() 61 lldb::tid_t cur_tid = Host::GetCurrentThreadID(); in Write()
|
| HD | Log.cpp | 127 header.Printf ("[%4.4x/%4.4" PRIx64 "]: ", getpid(), Host::GetCurrentThreadID()); in VAPrintf()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Host.h | 121 GetCurrentThreadID ();
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerLLGS.h | 253 GetCurrentThreadID () const;
|
| HD | GDBRemoteCommunicationServerLLGS.cpp | 931 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()
|
| HD | GDBRemoteCommunication.cpp | 83 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/ |
| HD | NativeProcessProtocol.h | 205 GetCurrentThreadID () in GetCurrentThreadID() function
|