Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp43 ThreadState *const thr_; member in __tsan::ScopedAnnotation
H A Dtsan_rtl.h632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_() function