OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_reads_and_writes
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc
87
// ,
ignore_reads_and_writes
()
678
thr->
ignore_reads_and_writes
+= begin ? 1 : -1;
679
CHECK_GE(thr->
ignore_reads_and_writes
, 0);
680
if (thr->
ignore_reads_and_writes
)
tsan_rtl_thread.cc
169
if (thr->
ignore_reads_and_writes
) {
tsan_rtl.h
413
int
ignore_reads_and_writes
;
member in struct:__tsan::ThreadState
Completed in 46 milliseconds