Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlocks.h27 enum MutatorLockState { UNLOCKED, RDLOCK, WRLOCK }; enumerator
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h212 static constexpr int32_t UNLOCKED = 0; variable
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.h211 static constexpr int32_t UNLOCKED = 0; variable