Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_lockable.h59 enum class LockType { NO_LOCK = 0, UNIQUE_LOCK = 1, SHARED_LOCK = 2 }; enum
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dace_lock.cpp24 LockType::LockType() : mutex_(PTHREAD_MUTEX_INITIALIZER), mutexInited_(0) in LockType() function in OHOS::ACELite::LockType
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dsim_state_type.h189 enum class LockType { enum