OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoUnlock
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/synchronization/
lock.h
111
//
AutoUnlock
is a helper that will Release() the |lock| argument in the
113
class
AutoUnlock
{
115
explicit
AutoUnlock
(Lock& lock) : lock_(lock) {
121
~
AutoUnlock
() {
127
DISALLOW_COPY_AND_ASSIGN(
AutoUnlock
);
condition_variable_win.cc
37
AutoUnlock
auto_unlock(internal_lock_);
64
AutoUnlock
unlock(user_lock_); // Release caller's lock
Completed in 55 milliseconds