Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc35 , in_rtl_(thr->in_rtl) { in ScopedAnnotation()
44 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedAnnotation()
49 const int in_rtl_; member in __tsan::ScopedAnnotation
Dtsan_platform_linux.cc55 in_rtl_ = thr_->in_rtl; in ScopedInRtl()
63 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedInRtl()
Dtsan_rtl.h544 int in_rtl_; variable
Dtsan_interceptors.cc147 const int in_rtl_; member in ScopedInterceptor
153 , in_rtl_(thr->in_rtl) { in ScopedInterceptor()
170 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedInterceptor()