Home
last modified time | relevance | path

Searched refs:m_spawned_pids_mutex (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServer.cpp49 m_spawned_pids_mutex (Mutex::eMutexTypeRecursive), in GDBRemoteCommunicationServer()
65 m_spawned_pids_mutex (Mutex::eMutexTypeRecursive), in GDBRemoteCommunicationServer()
340 Mutex::Locker locker (m_spawned_pids_mutex); in LaunchProcess()
873 Mutex::Locker locker (m_spawned_pids_mutex); in DebugserverProcessReaped()
893 Mutex::Locker locker (m_spawned_pids_mutex); in DebuggedProcessReaped()
965 Mutex::Locker locker (m_spawned_pids_mutex); in Handle_qLaunchGDBServer()
1001 Mutex::Locker locker (m_spawned_pids_mutex); in KillSpawnedProcess()
1013 Mutex::Locker locker (m_spawned_pids_mutex); in KillSpawnedProcess()
1025 Mutex::Locker locker (m_spawned_pids_mutex); in KillSpawnedProcess()
1037 Mutex::Locker locker (m_spawned_pids_mutex); in KillSpawnedProcess()
[all …]
HDGDBRemoteCommunicationServer.h197 lldb_private::Mutex m_spawned_pids_mutex; variable