Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h179 MutexTypeSyncVar, enumerator
H A Dtsan_rtl.cpp1142 {MutexTypeReport, "Report", {MutexTypeSyncVar}},
1143 {MutexTypeSyncVar, "SyncVar", {}},
1145 {MutexTypeAtExit, "AtExit", {MutexTypeSyncVar}},
H A Dtsan_sync.cpp21 SyncVar::SyncVar() : mtx(MutexTypeSyncVar) { Reset(0); } in SyncVar()