Searched defs:AutoUnlock (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/synchronization/
H A Dlock.h111 // AutoUnlock is a helper that will Release() the |lock| argument in the
113 class AutoUnlock { class in namespace:base
115 explicit AutoUnlock(Lock& lock) : lock_(lock) { function in class:base::AutoUnlock
121 ~AutoUnlock() {
127 DISALLOW_COPY_AND_ASSIGN(AutoUnlock);

Completed in 175 milliseconds