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.h
157
DCHECK_EQ(
GetIgnoreBit
(), false);
192
bool
GetIgnoreBit
() const { return (s64)x_ < 0; }
410
// This is a slow path flag. On fast path, fast_state.
GetIgnoreBit
() is read.
tsan_rtl_thread.cc
336
if (fast_state.
GetIgnoreBit
())
tsan_rtl.cc
519
if (fast_state.
GetIgnoreBit
())
Completed in 33 milliseconds