HomeSort by relevance Sort by last modified time
    Searched defs:AutoUnlock (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/synchronization/
lock.h 111 // AutoUnlock is a helper that will Release() the |lock| argument in the
113 class AutoUnlock {
115 explicit AutoUnlock(Lock& lock) : lock_(lock) {
121 ~AutoUnlock() {
127 DISALLOW_COPY_AND_ASSIGN(AutoUnlock);
  /external/chromium_org/base/synchronization/
lock.h 119 // AutoUnlock is a helper that will Release() the |lock| argument in the
121 class AutoUnlock {
123 explicit AutoUnlock(Lock& lock) : lock_(lock) {
129 ~AutoUnlock() {
135 DISALLOW_COPY_AND_ASSIGN(AutoUnlock);

Completed in 1221 milliseconds