Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h136 struct EventUnlock { struct
147 static_assert(sizeof(EventUnlock) == 8, "bad EventUnlock size"); argument
H A Dtsan_rtl_access.cpp125 EventUnlock ev; in TraceMutexUnlock()
H A Dtsan_rtl_report.cpp579 auto *ev = reinterpret_cast<EventUnlock *>(evp); in RestoreStack()