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

/external/chromium_org/base/synchronization/
H A Dlock.h115 // AutoUnlock is a helper that will Release() the |lock| argument in the
117 class AutoUnlock { class in namespace:base
119 explicit AutoUnlock(Lock& lock) : lock_(lock) { function in class:base::AutoUnlock
125 ~AutoUnlock() {
131 DISALLOW_COPY_AND_ASSIGN(AutoUnlock);

Completed in 69 milliseconds