HomeSort by relevance Sort by last modified time
    Searched refs:in_rtl (Results 1 - 20 of 20) sorted by null

  /external/compiler-rt/lib/tsan/unit_tests/
tsan_flags_test.cc 20 ScopedInRtl in_rtl; local
28 ScopedInRtl in_rtl; local
tsan_vector_test.cc 20 ScopedInRtl in_rtl; local
33 ScopedInRtl in_rtl; local
tsan_clock_test.cc 20 ScopedInRtl in_rtl; local
37 ScopedInRtl in_rtl; local
54 ScopedInRtl in_rtl; local
70 ScopedInRtl in_rtl; local
88 ScopedInRtl in_rtl; local
tsan_stack_test.cc 45 ScopedInRtl in_rtl; local
51 ScopedInRtl in_rtl; local
60 ScopedInRtl in_rtl; local
tsan_mman_test.cc 20 ScopedInRtl in_rtl; local
37 ScopedInRtl in_rtl; local
64 ScopedInRtl in_rtl; local
tsan_suppressions_test.cc 22 ScopedInRtl in_rtl; local
47 ScopedInRtl in_rtl; local
66 ScopedInRtl in_rtl; local
83 ScopedInRtl in_rtl; local
tsan_sync_test.cc 28 ScopedInRtl in_rtl; local
tsan_platform_test.cc 20 ScopedInRtl in_rtl; local
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 97 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/
tsan_mman.cc 46 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);
tsan_printf.cc 29 ScopedInRtl in_rtl; local
tsan_rtl_mutex.cc 26 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, 0)
    [all...]
tsan_platform_linux.cc 59 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
tsan_interceptors.cc 116 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 > 1)
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...]
tsan_rtl.cc 64 // , 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);
tsan_rtl_thread.cc 42 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);
tsan_interface_ann.cc 34 , 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);
tsan_interface_atomic.cc 25 CHECK_EQ(thr_->in_rtl, 1); // 1 due to our own ScopedInRtl member.
29 CHECK_EQ(thr_->in_rtl, 1);
tsan_rtl_report.cc 30 ScopedInRtl in_rtl; local
371 ScopedInRtl in_rtl; local
tsan_rtl.h 277 int in_rtl; member in struct:__tsan::ThreadState

Completed in 191 milliseconds