OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_reads_and_writes
(Results
1 - 6
of
6
) sorted by relevancy
/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 in function:__tsan::CallUserSignalHandler
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 19 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025