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

/external/compiler-rt/lib/tsan/unit_tests/
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_mman_test.cc20 ScopedInRtl in_rtl; local
37 ScopedInRtl in_rtl; local
64 ScopedInRtl in_rtl; local
H A Dtsan_suppressions_test.cc22 ScopedInRtl in_rtl; local
47 ScopedInRtl in_rtl; local
66 ScopedInRtl in_rtl; local
83 ScopedInRtl in_rtl; local
H A Dtsan_sync_test.cc28 ScopedInRtl in_rtl; local
H A Dtsan_platform_test.cc20 ScopedInRtl in_rtl; local
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_printf.cc29 ScopedInRtl in_rtl; local
H A Dtsan_platform_linux.cc59 in_rtl_ = thr_->in_rtl;
60 thr_->in_rtl++;
65 thr_->in_rtl--;
67 CHECK_EQ(in_rtl_, thr_->in_rtl);
89 ScopedInRtl in_rtl; local
H A Dtsan_rtl.cc64 // , in_rtl()
122 ScopedInRtl in_rtl; local
147 ScopedInRtl in_rtl; local
168 ScopedInRtl in_rtl; local
200 CHECK_EQ(thr->in_rtl, 1);
212 ScopedInRtl in_rtl; local
251 ScopedInRtl in_rtl; local
490 DCHECK_EQ(thr->in_rtl, 0);
519 DCHECK_EQ(thr->in_rtl, 0);
H A Dtsan_rtl_report.cc30 ScopedInRtl in_rtl; local
371 ScopedInRtl in_rtl; local
H A Dtsan_rtl.h277 int in_rtl; member in struct:__tsan::ThreadState
H A Dtsan_interceptors.cc116 ScopedInRtl in_rtl; local
134 , in_rtl_(thr->in_rtl) {
135 if (thr_->in_rtl == 0) {
138 thr_->in_rtl++;
141 thr_->in_rtl++;
146 thr_->in_rtl--;
147 if (thr_->in_rtl == 0) {
151 CHECK_EQ(in_rtl_, thr_->in_rtl);
171 if (thr->in_rtl > 1) \
182 if (thr->in_rtl >
264 ScopedInRtl in_rtl; local
290 ScopedInRtl in_rtl; local
695 ScopedInRtl in_rtl; local
720 ScopedInRtl in_rtl; local
1306 int in_rtl = thr->in_rtl; local
1443 ScopedInRtl in_rtl; local
[all...]

Completed in 158 milliseconds