OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kReadBit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_shadow.h
118
DCHECK_EQ(x_ &
kReadBit
, 0);
120
x_ |=
kReadBit
;
168
bool ALWAYS_INLINE IsRead() const { return x_ &
kReadBit
; }
212
static const u64
kReadBit
= 1ull << kReadShift;
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h
212
DCHECK_EQ(x_ &
kReadBit
, 0);
214
x_ |=
kReadBit
;
266
bool ALWAYS_INLINE IsRead() const { return x_ &
kReadBit
; }
316
static const u64
kReadBit
= 1ull << kReadShift;
Completed in 34 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026