Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DMutex.cpp275 …4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcessID(), Host::Ge… in Lock()
291 …" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProcessID(), Host::Ge… in Lock()
311 …RIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host::GetCurrentProcessID(), Host::Ge… in TryLock()
340 …PRIx64 "/%4.4" PRIx64 "] pthread_mutex_unlock (%p) => %i\n", Host::GetCurrentProcessID(), Host::Ge… in Unlock()
360 …cking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::Ge… in Lock()
370 …cking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::Ge… in Unlock()
380 …cking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::Ge… in TryLock()
DHost.cpp443 Host::GetCurrentProcessID() in GetCurrentProcessID() function in Host
640 lldb::pid_t curr_pid = Host::GetCurrentProcessID(); in SetThreadName()
656 lldb::pid_t curr_pid = Host::GetCurrentProcessID(); in SetThreadName()
675 lldb::pid_t curr_pid = Host::GetCurrentProcessID(); in SetThreadName()
/external/lldb/include/lldb/Host/
DHost.h210 GetCurrentProcessID ();
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h86 GetCurrentProcessID ();
DGDBRemoteCommunicationClient.cpp581 lldb::pid_t pid = GetCurrentProcessID (); in SendContinuePacketAndWaitForResponse()
907 GDBRemoteCommunicationClient::GetCurrentProcessID () in GetCurrentProcessID() function in GDBRemoteCommunicationClient
2096 GetCurrentProcessID (); in TestPacketSpeed()
DProcessGDBRemote.cpp549 lldb::pid_t pid = m_gdb_comm.GetCurrentProcessID (); in DoConnectRemote()
738 SetID (m_gdb_comm.GetCurrentProcessID ()); in DoLaunch()
1438 lldb::pid_t pid = m_gdb_comm.GetCurrentProcessID (); in SetThreadStopInfo()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp335 pid = m_gdb_client.GetCurrentProcessID (); in LaunchProcess()
/external/lldb/source/Host/macosx/
DHost.mm157 if (pid == Host::GetCurrentProcessID())