OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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