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

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

Completed in 54 milliseconds