Searched refs:AutoLockMutex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc49 // A helper class that acquires the given |mutex| while the AutoLockMutex is in
51 class AutoLockMutex { class in namespace:__anon5586
53 explicit AutoLockMutex(HANDLE mutex) : mutex_(mutex) { function in class:__anon5586::AutoLockMutex
58 ~AutoLockMutex() {
65 DISALLOW_COPY_AND_ASSIGN(AutoLockMutex);
363 AutoLockMutex auto_lock_only_me(only_me);

Completed in 78 milliseconds