Searched defs:MutexType (Results 1 – 4 of 4) sorted by relevance
112 typedef int MutexType; // to keep a lock-count typedef129 typedef CRITICAL_SECTION MutexType; typedef142 typedef pthread_rwlock_t MutexType; typedef145 typedef pthread_mutex_t MutexType; typedef
30 typedef SRWLOCK MutexType; typedef34 typedef pthread_rwlock_t MutexType; typedef37 typedef std::shared_mutex MutexType; typedef
26 typedef pthread_rwlock_t MutexType; typedef29 typedef std::mutex MutexType; typedef
22 enum MutexType { enum