Home
last modified time | relevance | path

Searched defs:TidSlot (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h139 struct alignas(SANITIZER_CACHE_LINE_SIZE) TidSlot { struct
155 TidSlot(); argument
H A Dtsan_rtl.cpp405 TidSlot::TidSlot() : mtx(MutexTypeSlot) {} TidSlot() function in __tsan::TidSlot