HomeSort by relevance Sort by last modified time
    Searched refs:GetLock (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
mach_broker_mac_unittest.cc 14 base::AutoLock lock(broker_.GetLock());
21 base::AutoLock lock(broker_.GetLock());
31 base::AutoLock lock(broker_.GetLock());
mach_broker_mac.h 58 // MUST acquire the lock given by GetLock() before calling this method (and
64 // |pid|. Callers MUST acquire the lock given by GetLock() before calling
73 base::Lock& GetLock();
mach_broker_mac.cc 94 base::AutoLock lock(broker_->GetLock());
188 base::Lock& MachBroker::GetLock() {

Completed in 87 milliseconds