Searched refs:MutexTypeSyncVar (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_defs.h | 179 MutexTypeSyncVar, enumerator
|
| H A D | tsan_rtl.cpp | 1142 {MutexTypeReport, "Report", {MutexTypeSyncVar}}, 1143 {MutexTypeSyncVar, "SyncVar", {}}, 1145 {MutexTypeAtExit, "AtExit", {MutexTypeSyncVar}},
|
| H A D | tsan_sync.cpp | 21 SyncVar::SyncVar() : mtx(MutexTypeSyncVar) { Reset(0); } in SyncVar()
|