Searched refs:m_gid_map_mutex (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DPlatform.h567 Mutex m_gid_map_mutex; member in class:lldb_private::Platform
619 Mutex::Locker locker (m_gid_map_mutex);
635 Mutex::Locker locker (m_gid_map_mutex);
647 Mutex::Locker locker (m_gid_map_mutex);
654 Mutex::Locker locker (m_gid_map_mutex);
/external/lldb/source/Target/
H A DPlatform.cpp246 m_gid_map_mutex (Mutex::eMutexTypeNormal),

Completed in 576 milliseconds