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

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.h79 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING }; enumerator in enum:talk_base::DiskCache::LockState
H A Ddiskcache.cc162 entry->lock_state = LS_UNLOCKING;
354 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) {
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h62 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING }; enumerator in enum:rtc::DiskCache::LockState
H A Ddiskcache.cc145 entry->lock_state = LS_UNLOCKING;
337 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) {

Completed in 635 milliseconds