Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc29 const MutexType MutexTypeLeaf = (MutexType)-1; variable
32 /*1 MutexTypeTrace*/ {MutexTypeLeaf},
38 /*6 MutexTypeSlab*/ {MutexTypeLeaf},
44 /*12 MutexTypeFired*/ {MutexTypeLeaf},
45 /*13 MutexTypeRacy*/ {MutexTypeLeaf},
64 if (z == MutexTypeLeaf) { in InitializeMutex()