Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlocks.h27 enum MutatorLockState { UNLOCKED, RDLOCK, WRLOCK }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Dmutator_lock.h26 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.h212 static constexpr int32_t UNLOCKED = 0; variable