Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc59 in_rtl_ = thr_->in_rtl; in ScopedInRtl()
67 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedInRtl()
Dtsan_interface_ann.cc34 , in_rtl_(thr->in_rtl) { in ScopedAnnotation()
43 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedAnnotation()
48 const int in_rtl_; member in __tsan::ScopedAnnotation
Dtsan_interface_atomic.cc33 ScopedInRtl in_rtl_; member in ScopedAtomic
Dtsan_rtl.h399 int in_rtl_; variable
Dtsan_interceptors.cc134 , in_rtl_(thr->in_rtl) { in ScopedInterceptor()
151 CHECK_EQ(in_rtl_, thr_->in_rtl); in ~ScopedInterceptor()
156 const int in_rtl_; member in ScopedInterceptor