Searched refs:eMutexTypeNormal (Results 1 - 10 of 10) sorted by relevance

/external/lldb/include/lldb/Host/
H A DMutex.h35 eMutexTypeNormal, ///< Mutex that can't recursively entered by the same thread enumerator in enum:lldb_private::Mutex::Type
166 /// @li Mutex::Type::eMutexTypeNormal
/external/lldb/include/lldb/Utility/
H A DSharedCluster.h49 m_mutex(Mutex::eMutexTypeNormal) {}
/external/lldb/source/Utility/
H A DSharingPtr.cpp71 static lldb_private::Mutex g_mutex(lldb_private::Mutex::eMutexTypeNormal);
/external/lldb/source/Core/
H A DTimer.cpp34 static Mutex g_category_mutex(Mutex::eMutexTypeNormal);
H A DCommunication.cpp43 m_write_mutex (Mutex::eMutexTypeNormal),
/external/lldb/source/Symbol/
H A DFuncUnwinders.cpp37 m_mutex (Mutex::eMutexTypeNormal),
/external/lldb/source/Target/
H A DPlatform.cpp245 m_uid_map_mutex (Mutex::eMutexTypeNormal),
246 m_gid_map_mutex (Mutex::eMutexTypeNormal),
/external/lldb/source/Host/common/
H A DMutex.cpp211 case eMutexTypeNormal:
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp340 m_get_class_info_args_mutex (Mutex::eMutexTypeNormal),
344 m_get_shared_cache_class_info_args_mutex (Mutex::eMutexTypeNormal),
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp246 m_last_stop_packet_mutex (Mutex::eMutexTypeNormal),

Completed in 212 milliseconds