Home
last modified time | relevance | path

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

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