Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlocks.h27 enum MutatorLockState { UNLOCKED, RDLOCK, WRLOCK }; enum
/arkcompiler/ets_runtime/ecmascript/
Dmutator_lock.h28 enum MutatorLockState { UNLOCKED, RDLOCK, WRLOCK }; enum