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

  /external/chromium_org/third_party/webrtc/base/
diskcache.h 62 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING };
diskcache.cc 145 entry->lock_state = LS_UNLOCKING;
337 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) {

Completed in 8435 milliseconds