Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp117 m_spawned_pids_mutex(), m_port_map(), m_port_offset(0) { in GDBRemoteCommunicationServerPlatform()
216 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in LaunchGDBServer()
322 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in Handle_qKillSpawnedProcess()
339 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
350 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
360 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
371 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
382 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
523 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in DebugserverProcessReaped()
556 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in LaunchProcess()
H A DGDBRemoteCommunicationServerPlatform.h102 std::recursive_mutex m_spawned_pids_mutex; variable