Searched refs:lock_state (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.cc116 if (LS_LOCKED == entry->lock_state)
118 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
124 entry->lock_state = LS_LOCKED;
130 if (LS_LOCKED != entry->lock_state)
158 if (LS_LOCKED != entry->lock_state)
162 entry->lock_state = LS_UNLOCKING;
164 entry->lock_state = LS_UNLOCKED;
174 if (LS_UNLOCKED != entry->lock_state)
208 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
244 if ((LS_UNLOCKED != it->second.lock_state) || (i
[all...]
H A Ddiskcache.h81 LockState lock_state; member in struct:talk_base::DiskCache::Entry
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc99 if (LS_LOCKED == entry->lock_state)
101 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
107 entry->lock_state = LS_LOCKED;
113 if (LS_LOCKED != entry->lock_state)
141 if (LS_LOCKED != entry->lock_state)
145 entry->lock_state = LS_UNLOCKING;
147 entry->lock_state = LS_UNLOCKED;
157 if (LS_UNLOCKED != entry->lock_state)
191 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
227 if ((LS_UNLOCKED != it->second.lock_state) || (i
[all...]
H A Ddiskcache.h64 LockState lock_state; member in struct:rtc::DiskCache::Entry
/external/chromium_org/ash/wm/
H A Dlock_window_state.cc107 scoped_ptr<wm::WindowState::State> lock_state(new LockWindowState(window));
109 wm::GetWindowState(window)->SetStateObject(lock_state.Pass()));

Completed in 295 milliseconds