OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIgnoreBit
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc
23
EXPECT_EQ(s.
GetIgnoreBit
(), false);
36
EXPECT_EQ(s.
GetIgnoreBit
(), true);
38
EXPECT_EQ(s.
GetIgnoreBit
(), false);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
360
if (fast_state.
GetIgnoreBit
())
tsan_rtl.h
98
DCHECK_EQ(
GetIgnoreBit
(), false);
133
bool
GetIgnoreBit
() const { return (s64)x_ < 0; }
373
// This is a slow path flag. On fast path, fast_state.
GetIgnoreBit
() is read.
tsan_rtl.cc
776
if (fast_state.
GetIgnoreBit
()) {
Completed in 489 milliseconds