OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MutexType
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h
22
enum
MutexType
{
42
explicit Mutex(
MutexType
type, StatType stat_type);
56
MutexType
type_;
72
void Lock(
MutexType
t);
73
void Unlock(
MutexType
t);
/external/ceres-solver/internal/ceres/
mutex.h
101
typedef int
MutexType
; // to keep a lock-count
121
typedef CRITICAL_SECTION
MutexType
;
131
typedef pthread_rwlock_t
MutexType
;
134
typedef pthread_mutex_t
MutexType
;
176
MutexType
mutex_;
/external/regex-re2/util/
mutex.h
19
typedef int
MutexType
; // to keep a lock-count
30
typedef pthread_rwlock_t
MutexType
;
33
typedef pthread_mutex_t
MutexType
;
45
typedef CRITICAL_SECTION
MutexType
;
72
MutexType
mutex_;
Completed in 289 milliseconds