OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LS_UNLOCKED
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc
118
if ((
LS_UNLOCKED
== entry->lock_state) && (entry->accessors > 0))
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) || (it->second.accessors > 0))
322
e.lock_state =
LS_UNLOCKED
;
342
if (
LS_UNLOCKED
!= entry->lock_state) {
356
entry2->lock_state =
LS_UNLOCKED
;
diskcache.h
79
enum LockState {
LS_UNLOCKED
, LS_LOCKED, LS_UNLOCKING };
/external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc
118
if ((
LS_UNLOCKED
== entry->lock_state) && (entry->accessors > 0))
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) || (it->second.accessors > 0))
322
e.lock_state =
LS_UNLOCKED
;
342
if (
LS_UNLOCKED
!= entry->lock_state) {
356
entry2->lock_state =
LS_UNLOCKED
;
diskcache.h
79
enum LockState {
LS_UNLOCKED
, LS_LOCKED, LS_UNLOCKING };
Completed in 97 milliseconds