D | tsan_interface_ann.cc | 32 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); \
|