HomeSort by relevance Sort by last modified time
    Searched refs:MutexTypeSyncVar (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 27 MutexTypeSyncVar,
tsan_mutex.cc 34 /*3 MutexTypeReport*/ {MutexTypeSyncVar,
36 /*4 MutexTypeSyncVar*/ {MutexTypeDDetector},
40 /*8 MutexTypeAtExit*/ {MutexTypeSyncVar},
41 /*9 MutexTypeMBlock*/ {MutexTypeSyncVar},
42 /*10 MutexTypeJavaMBlock*/ {MutexTypeSyncVar},
tsan_sync.cc 23 : mtx(MutexTypeSyncVar, StatMtxSyncVar) {

Completed in 89 milliseconds