Home
last modified time | relevance | path

Searched refs:eMutexTypeNormal (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDThreadSafeDenseSet.h31 Mutex::Type mutex_type = Mutex::eMutexTypeNormal) :
HDThreadSafeDenseMap.h31 Mutex::Type mutex_type = Mutex::eMutexTypeNormal) :
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDSharedCluster.h51 m_mutex(Mutex::eMutexTypeNormal) {} in ClusterManager()
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDSharingPtr.cpp73 static lldb_private::Mutex g_mutex(lldb_private::Mutex::eMutexTypeNormal); in track_sp()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDMutex.h35 eMutexTypeNormal, ///< Mutex that can't recursively entered by the same thread enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp44 m_write_mutex (Mutex::eMutexTypeNormal), in Communication()
45 m_synchronize_mutex (Mutex::eMutexTypeNormal), in Communication()
HDTimer.cpp35 static Mutex g_category_mutex(Mutex::eMutexTypeNormal); in GetCategoryMutex()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDMutex.cpp215 case eMutexTypeNormal: in Mutex()