Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc32 class ScopedAnnotation { class
34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l, in ScopedAnnotation() function in __tsan::ScopedAnnotation
41 ~ScopedAnnotation() { in ~ScopedAnnotation()
56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \