Home
last modified time | relevance | path

Searched defs:kUnlocked (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dinterrupt_spin_lock_native.h27 kUnlocked = 0, // This must be 0 to ensure it is bss eligible. enumerator
/external/skia/tests/
DYUVCacheTest.cpp21 kUnlocked, enumerator
DCachedDataTest.cpp20 kUnlocked, enumerator
DMaskCacheTest.cpp22 kUnlocked, enumerator
/external/cronet/base/allocator/partition_allocator/
Dspinning_mutex.h96 static constexpr int kUnlocked = 0; in PA_COMPONENT_EXPORT() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h139 kUnlocked = 0, enumerator
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc181 const uptr kUnlocked = 0; variable