Searched defs:MutexType (Results 1 – 5 of 5) sorted by relevance
105 typedef int MutexType; // to keep a lock-count typedef117 typedef CRITICAL_SECTION MutexType; typedef127 typedef pthread_rwlock_t MutexType; typedef130 typedef pthread_mutex_t MutexType; typedef
99 typedef int MutexType; // to keep a lock-count typedef115 typedef CRITICAL_SECTION MutexType; typedef125 typedef pthread_rwlock_t MutexType; typedef128 typedef pthread_mutex_t MutexType; typedef
118 typedef int MutexType; // to keep a lock-count typedef130 typedef CRITICAL_SECTION MutexType; typedef140 typedef pthread_rwlock_t MutexType; typedef143 typedef pthread_mutex_t MutexType; typedef
22 enum MutexType { enum
19 typedef int MutexType; // to keep a lock-count typedef