Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp114 m_spawned_pids_mutex(), m_port_map(), m_port_offset(0) { in GDBRemoteCommunicationServerPlatform()
221 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in LaunchGDBServer()
327 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in Handle_qKillSpawnedProcess()
344 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
355 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
365 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
376 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
387 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in KillSpawnedProcess()
528 std::lock_guard<std::recursive_mutex> guard(m_spawned_pids_mutex); in DebugserverProcessReaped()
564 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