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

/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc67 // A helper class that releases the given |mutex| while the AutoUnlockMutex is
69 class AutoUnlockMutex { class in namespace:__anon4437
71 explicit AutoUnlockMutex(HANDLE mutex) : mutex_(mutex) { function in class:__anon4437::AutoUnlockMutex
76 ~AutoUnlockMutex() {
83 DISALLOW_COPY_AND_ASSIGN(AutoUnlockMutex);
406 AutoUnlockMutex auto_unlock_only_me(only_me);

Completed in 530 milliseconds