OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kReaderLockInc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h
267
new_state = (state +
kReaderLockInc
) & reset_mask;
304
new_state = state -
kReaderLockInc
;
360
static constexpr u64
kReaderLockInc
= 1ull << kReaderLockShift;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h
251
new_state = (state +
kReaderLockInc
) & reset_mask;
288
new_state = state -
kReaderLockInc
;
344
static constexpr u64
kReaderLockInc
= 1ull << kReaderLockShift;
Completed in 15 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026