Home
last modified time | relevance | path

Searched refs:MutexTypeSyncVar (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc34 /*3 MutexTypeReport*/ {MutexTypeSyncVar,
40 /*8 MutexTypeAtExit*/ {MutexTypeSyncVar},
41 /*9 MutexTypeMBlock*/ {MutexTypeSyncVar},
42 /*10 MutexTypeJavaMBlock*/ {MutexTypeSyncVar},
Dtsan_mutex.h27 MutexTypeSyncVar, enumerator
Dtsan_sync.cc23 : mtx(MutexTypeSyncVar, StatMtxSyncVar) { in SyncVar()