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

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

Completed in 47 milliseconds