OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_rtl
(Results
1 - 11
of
11
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
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_stack_test.cc
45
ScopedInRtl
in_rtl
;
local
51
ScopedInRtl
in_rtl
;
local
60
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_sync_test.cc
28
ScopedInRtl
in_rtl
;
local
tsan_mman_test.cc
31
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/
tsan_platform_linux.cc
57
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
tsan_rtl.cc
88
// ,
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);
tsan_rtl_report.cc
37
ScopedInRtl
in_rtl
;
local
626
ScopedInRtl
in_rtl
;
tsan_interceptors.cc
137
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
, 0)
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
...]
tsan_rtl.h
435
int
in_rtl
;
member in struct:__tsan::ThreadState
Completed in 318 milliseconds