Searched refs:LS_UNLOCKED (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.cc118 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
164 entry->lock_state = LS_UNLOCKED;
174 if (LS_UNLOCKED != entry->lock_state)
208 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
244 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0))
322 e.lock_state = LS_UNLOCKED;
342 if (LS_UNLOCKED != entry->lock_state) {
356 entry2->lock_state = LS_UNLOCKED;
H A Ddiskcache.h79 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING }; enumerator in enum:talk_base::DiskCache::LockState
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc101 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
147 entry->lock_state = LS_UNLOCKED;
157 if (LS_UNLOCKED != entry->lock_state)
191 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
227 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0))
305 e.lock_state = LS_UNLOCKED;
325 if (LS_UNLOCKED != entry->lock_state) {
339 entry2->lock_state = LS_UNLOCKED;
H A Ddiskcache.h62 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING }; enumerator in enum:rtc::DiskCache::LockState

Completed in 181 milliseconds