Home
last modified time | relevance | path

Searched defs:kReadLock (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/compile/libbcc/lib/
DFileBase.h49 kReadLock, enumerator
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h141 kReadLock = 2 enumerator
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc183 const uptr kReadLock = 2; variable