OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_reads_and_writes
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp
133
// ,
ignore_reads_and_writes
()
355
cur_thread()->
ignore_reads_and_writes
++;
683
thr->
ignore_reads_and_writes
++;
684
CHECK_GT(thr->
ignore_reads_and_writes
, 0);
694
CHECK_GT(thr->
ignore_reads_and_writes
, 0);
695
thr->
ignore_reads_and_writes
--;
696
if (thr->
ignore_reads_and_writes
== 0) {
tsan_mman.cpp
223
if (write && thr->
ignore_reads_and_writes
== 0)
233
if (write && thr->
ignore_reads_and_writes
== 0)
tsan_rtl_thread.cpp
81
if (thr->
ignore_reads_and_writes
)
tsan_rtl_access.cpp
515
if (thr->
ignore_reads_and_writes
== 0)
tsan_interceptors_posix.cpp
1975
int
ignore_reads_and_writes
= thr->
ignore_reads_and_writes
;
1986
thr->
ignore_reads_and_writes
= 0;
2008
thr->
ignore_reads_and_writes
=
ignore_reads_and_writes
;
2009
if (
ignore_reads_and_writes
)
tsan_rtl.h
154
int
ignore_reads_and_writes
;
member in struct:__tsan::ThreadState
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp
413
//
ignore_reads_and_writes
()
676
thr->
ignore_reads_and_writes
++;
833
thr->
ignore_reads_and_writes
++;
841
thr->
ignore_reads_and_writes
--;
1039
thr->
ignore_reads_and_writes
++;
1040
CHECK_GT(thr->
ignore_reads_and_writes
, 0);
1050
CHECK_GT(thr->
ignore_reads_and_writes
, 0);
1051
thr->
ignore_reads_and_writes
--;
1052
if (thr->
ignore_reads_and_writes
== 0) {
tsan_mman.cpp
260
if (write && thr->
ignore_reads_and_writes
== 0 &&
278
if (write && thr->
ignore_reads_and_writes
== 0)
tsan_rtl_thread.cpp
77
if (thr->
ignore_reads_and_writes
)
tsan_interceptors_posix.cpp
2070
int
ignore_reads_and_writes
= thr->
ignore_reads_and_writes
;
2081
thr->
ignore_reads_and_writes
= 0;
2103
thr->
ignore_reads_and_writes
=
ignore_reads_and_writes
;
2104
if (
ignore_reads_and_writes
)
tsan_rtl.h
183
int
ignore_reads_and_writes
;
member in struct:__tsan::ThreadState
tsan_rtl_access.cpp
162
// called during fork because fork sets
ignore_reads_and_writes
,
643
if (thr->
ignore_reads_and_writes
== 0)
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc
120
// ,
ignore_reads_and_writes
()
1019
thr->
ignore_reads_and_writes
++;
1020
CHECK_GT(thr->
ignore_reads_and_writes
, 0);
1030
CHECK_GT(thr->
ignore_reads_and_writes
, 0);
1031
thr->
ignore_reads_and_writes
--;
1032
if (thr->
ignore_reads_and_writes
== 0) {
tsan_mman.cc
208
if (write && thr->
ignore_reads_and_writes
== 0)
218
if (write && thr->
ignore_reads_and_writes
== 0)
tsan_rtl_thread.cc
199
if (thr->
ignore_reads_and_writes
)
tsan_interceptors.cc
784
if (thr->
ignore_reads_and_writes
== 0)
1896
int
ignore_reads_and_writes
= thr->
ignore_reads_and_writes
;
local
1900
thr->
ignore_reads_and_writes
= 0;
1920
thr->
ignore_reads_and_writes
=
ignore_reads_and_writes
;
1921
if (
ignore_reads_and_writes
)
tsan_rtl.h
391
int
ignore_reads_and_writes
;
member in struct:__tsan::ThreadState
tsan_rtl_report.cc
43
cur_thread()->
ignore_reads_and_writes
++;
Completed in 90 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026