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

  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 116 if (LS_LOCKED == entry->lock_state)
124 entry->lock_state = LS_LOCKED;
130 if (LS_LOCKED != entry->lock_state)
158 if (LS_LOCKED != entry->lock_state)
diskcache.h 79 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING };
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc 116 if (LS_LOCKED == entry->lock_state)
124 entry->lock_state = LS_LOCKED;
130 if (LS_LOCKED != entry->lock_state)
158 if (LS_LOCKED != entry->lock_state)
diskcache.h 79 enum LockState { LS_UNLOCKED, LS_LOCKED, LS_UNLOCKING };

Completed in 386 milliseconds