Searched defs:in_rtl (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_flags_test.cc20 ScopedInRtl in_rtl; local
28 ScopedInRtl in_rtl; local
H A Dtsan_vector_test.cc20 ScopedInRtl in_rtl; local
33 ScopedInRtl in_rtl; local
H A Dtsan_stack_test.cc45 ScopedInRtl in_rtl; local
51 ScopedInRtl in_rtl; local
60 ScopedInRtl in_rtl; local
H A Dtsan_clock_test.cc20 ScopedInRtl in_rtl; local
37 ScopedInRtl in_rtl; local
54 ScopedInRtl in_rtl; local
70 ScopedInRtl in_rtl; local
88 ScopedInRtl in_rtl; local
H A Dtsan_sync_test.cc28 ScopedInRtl in_rtl; local
H A Dtsan_mman_test.cc31 ScopedInRtl in_rtl; local
48 ScopedInRtl in_rtl; local
75 ScopedInRtl in_rtl; local
121 ScopedInRtl in_rtl; local
134 ScopedInRtl in_rtl; local
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc57 in_rtl_ = thr_->in_rtl;
58 thr_->in_rtl++;
63 thr_->in_rtl--;
65 CHECK_EQ(in_rtl_, thr_->in_rtl);
152 ScopedInRtl in_rtl; local
H A Dtsan_rtl.cc88 // , in_rtl()
114 ScopedInRtl in_rtl; local
195 ScopedInRtl in_rtl; local
237 CHECK_EQ(thr->in_rtl, 1);
249 ScopedInRtl in_rtl; local
316 ScopedInRtl in_rtl; local
633 DCHECK_EQ(thr->in_rtl, 0);
663 DCHECK_EQ(thr->in_rtl, 0);
H A Dtsan_rtl_report.cc37 ScopedInRtl in_rtl; local
626 ScopedInRtl in_rtl;
H A Dtsan_interceptors.cc137 ScopedInRtl in_rtl; local
159 , in_rtl_(thr->in_rtl) {
160 if (thr_->in_rtl == 0) {
163 thr_->in_rtl++;
166 thr_->in_rtl++;
171 thr_->in_rtl--;
172 if (thr_->in_rtl == 0) {
176 CHECK_EQ(in_rtl_, thr_->in_rtl);
195 if (thr->in_rtl > 1) \
261 CHECK_EQ(thr->in_rtl,
273 ScopedInRtl in_rtl; local
366 ScopedInRtl in_rtl; local
772 ScopedInRtl in_rtl; local
797 ScopedInRtl in_rtl; local
1619 int in_rtl = thr->in_rtl; local
1862 ScopedInRtl in_rtl; local
[all...]
H A Dtsan_rtl.h435 int in_rtl; member in struct:__tsan::ThreadState

Completed in 1704 milliseconds