Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/compile/libbcc/lib/
DFileBase.h54 kWriteLock enumerator
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h140 kWriteLock = 1, enumerator
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc182 const uptr kWriteLock = 1; variable