Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mutex.cpp28 const MutexType MutexTypeLeaf = (MutexType)-1; variable
31 /*1 MutexTypeTrace*/ {MutexTypeLeaf},
37 /*6 MutexTypeSlab*/ {MutexTypeLeaf},
43 /*12 MutexTypeFired*/ {MutexTypeLeaf},
44 /*13 MutexTypeRacy*/ {MutexTypeLeaf},
63 if (z == MutexTypeLeaf) { in InitializeMutex()