HomeSort by relevance Sort by last modified time
    Searched refs:LS_UNLOCKED (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
diskcache.cc 103 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
149 entry->lock_state = LS_UNLOCKED;
159 if (LS_UNLOCKED != entry->lock_state)
193 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
229 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0))
307 e.lock_state = LS_UNLOCKED;
327 if (LS_UNLOCKED != entry->lock_state) {
341 entry2->lock_state = LS_UNLOCKED;
diskcache.h 62 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING };

Completed in 41 milliseconds