Searched defs:thr_ (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_interface_ann.cpp | 43 ThreadState *const thr_; member in __tsan::ScopedAnnotation |
H A D | tsan_rtl.h | 632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_() function |