Home
last modified time | relevance | path

Searched refs:lock_state (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Ddiskcache.cc101 if (LS_LOCKED == entry->lock_state) in LockResource()
103 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0)) in LockResource()
109 entry->lock_state = LS_LOCKED; in LockResource()
115 if (LS_LOCKED != entry->lock_state) in WriteResource()
143 if (LS_LOCKED != entry->lock_state) in UnlockResource()
147 entry->lock_state = LS_UNLOCKING; in UnlockResource()
149 entry->lock_state = LS_UNLOCKED; in UnlockResource()
159 if (LS_UNLOCKED != entry->lock_state) in ReadResource()
193 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0)) in DeleteResource()
229 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0)) in CheckLimit()
[all …]
Ddiskcache.h64 LockState lock_state; member
/external/avb/examples/things/
Davb_atx_slot_verify.c128 AvbAtxLockState lock_state, in avb_atx_slot_verify() argument
147 (lock_state == AVB_ATX_UNLOCKED) in avb_atx_slot_verify()
153 if (result != AVB_SLOT_VERIFY_RESULT_OK || lock_state == AVB_ATX_UNLOCKED) { in avb_atx_slot_verify()
Davb_atx_slot_verify.h74 AvbAtxLockState lock_state,