Home
last modified time | relevance | path

Searched defs:MutexType (Results 1 – 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dmutex.h105 typedef int MutexType; // to keep a lock-count typedef
117 typedef CRITICAL_SECTION MutexType; typedef
127 typedef pthread_rwlock_t MutexType; typedef
130 typedef pthread_mutex_t MutexType; typedef
/external/ceres-solver/internal/ceres/
Dmutex.h99 typedef int MutexType; // to keep a lock-count typedef
115 typedef CRITICAL_SECTION MutexType; typedef
125 typedef pthread_rwlock_t MutexType; typedef
128 typedef pthread_mutex_t MutexType; typedef
/external/open-vcdiff/gflags/src/
Dmutex.h118 typedef int MutexType; // to keep a lock-count typedef
130 typedef CRITICAL_SECTION MutexType; typedef
140 typedef pthread_rwlock_t MutexType; typedef
143 typedef pthread_mutex_t MutexType; typedef
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h22 enum MutexType { enum
/external/regex-re2/util/
Dmutex.h19 typedef int MutexType; // to keep a lock-count typedef