Searched refs:in_rtl (Results 1 - 20 of 20) 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_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_stack_test.cc45 ScopedInRtl in_rtl; local
51 ScopedInRtl in_rtl; local
60 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/go/
H A Dtsan_go.cc97 thr->in_rtl++;
99 thr->in_rtl--;
105 thr->in_rtl++;
107 thr->in_rtl--;
133 thr->in_rtl++;
136 thr->in_rtl--;
149 thr->in_rtl++;
150 parent->in_rtl++;
153 parent->in_rtl--;
154 thr->in_rtl
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc46 CHECK_GT(thr->in_rtl, 0);
63 CHECK_GT(thr->in_rtl, 0);
79 if (CTX() && CTX()->initialized && thr->in_rtl == 1) {
87 CHECK_GT(thr->in_rtl, 0);
107 // CHECK_GT(thr->in_rtl, 0);
114 CHECK_GT(thr->in_rtl, 0);
124 CHECK_GT(thr->in_rtl, 0);
H A Dtsan_printf.cc29 ScopedInRtl in_rtl; local
H A Dtsan_rtl_mutex.cc26 CHECK_GT(thr->in_rtl, 0);
40 CHECK_GT(thr->in_rtl, 0);
73 CHECK_GT(thr->in_rtl, 0);
105 CHECK_GT(thr->in_rtl, 0);
141 CHECK_GT(thr->in_rtl, 0);
161 CHECK_GT(thr->in_rtl, 0);
182 CHECK_GT(thr->in_rtl, 0);
225 CHECK_GT(thr->in_rtl, 0);
235 CHECK_GT(thr->in_rtl, 0);
245 CHECK_GT(thr->in_rtl,
[all...]
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_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...]
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_thread.cc42 CHECK_GT(thr->in_rtl, 0);
57 CHECK_GT(thr->in_rtl, 0);
76 CHECK_GT(thr->in_rtl, 0);
141 CHECK_GT(thr->in_rtl, 0);
197 CHECK_GT(thr->in_rtl, 0);
251 CHECK_GT(thr->in_rtl, 0);
269 CHECK_GT(thr->in_rtl, 0);
288 CHECK_GT(thr->in_rtl, 0);
H A Dtsan_interface_ann.cc34 , in_rtl_(thr->in_rtl) {
35 CHECK_EQ(thr_->in_rtl, 0);
37 thr_->in_rtl++;
42 thr_->in_rtl--;
43 CHECK_EQ(in_rtl_, thr_->in_rtl);
H A Dtsan_interface_atomic.cc25 CHECK_EQ(thr_->in_rtl, 1); // 1 due to our own ScopedInRtl member.
29 CHECK_EQ(thr_->in_rtl, 1);
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

Completed in 320 milliseconds