Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutex_test.cc97 Mutex mtx(MutexTypeAnnotations, StatMtxAnnotations); in TEST()
107 Mutex mtx(MutexTypeAnnotations, StatMtxAnnotations); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h30 MutexTypeAnnotations, enumerator
Dtsan_interface_ann.cc81 : mtx(MutexTypeAnnotations, StatMtxAnnotations) { in DynamicAnnContext()