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

/external/chromium_org/base/synchronization/
H A Dlock.h116 // AutoUnlock is a helper that will Release() the |lock| argument in the
118 class AutoUnlock { class in namespace:base
120 explicit AutoUnlock(Lock& lock) : lock_(lock) { function in class:base::AutoUnlock
126 ~AutoUnlock() {
132 DISALLOW_COPY_AND_ASSIGN(AutoUnlock);

Completed in 984 milliseconds