Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp30 class ScopedAnnotation { class
32 ScopedAnnotation(ThreadState *thr, const char *aname, uptr pc) in ScopedAnnotation() function in __tsan::ScopedAnnotation
38 ~ScopedAnnotation() { in ~ScopedAnnotation()
51 ScopedAnnotation sa(thr, __func__, caller_pc); \