Searched refs:eMutexTypeNormal (Results 1 – 8 of 8) sorted by relevance
31 Mutex::Type mutex_type = Mutex::eMutexTypeNormal) :
51 m_mutex(Mutex::eMutexTypeNormal) {} in ClusterManager()
73 static lldb_private::Mutex g_mutex(lldb_private::Mutex::eMutexTypeNormal); in track_sp()
35 eMutexTypeNormal, ///< Mutex that can't recursively entered by the same thread enumerator
44 m_write_mutex (Mutex::eMutexTypeNormal), in Communication()45 m_synchronize_mutex (Mutex::eMutexTypeNormal), in Communication()
35 static Mutex g_category_mutex(Mutex::eMutexTypeNormal); in GetCategoryMutex()
215 case eMutexTypeNormal: in Mutex()