Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.cpp115 m_spawned_pids_mutex(), m_port_map(), m_port_offset(0) { in GDBRemoteCommunicationServerPlatform()
214 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in LaunchGDBServer()
320 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in Handle_qKillSpawnedProcess()
337 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
348 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
358 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
369 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
380 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
521 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in DebugserverProcessReaped()
554 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in LaunchProcess()
DGDBRemoteCommunicationServerPlatform.h102 std::recursive_mutex m_spawned_pids_mutex; variable