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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_emitter_stream.cc 19 AUTO_LOCK(GetLock());
24 AUTO_LOCK(GetLock());
event_emitter.h 48 sdk_util::SimpleLock& GetLock() { return emitter_lock_; }
mount_node_tcp.cc 54 AUTO_LOCK(emitter_->GetLock());
88 AUTO_LOCK(emitter_->GetLock());
114 AUTO_LOCK(emitter_->GetLock());
148 AUTO_LOCK(emitter_->GetLock());
178 AUTO_LOCK(emitter_->GetLock());
203 AUTO_LOCK(emitter_->GetLock());
234 AUTO_LOCK(emitter_->GetLock());
254 AUTO_LOCK(emitter_->GetLock());
498 AUTO_LOCK(emitter_->GetLock());
event_listener.cc 72 lock_(new sdk_util::AutoLock(emitter->GetLock())),
95 emitter_->GetLock().mutex(),
99 emitter_->GetLock().mutex());
mount_node_udp.cc 53 AUTO_LOCK(emitter_->GetLock());
79 AUTO_LOCK(emitter_->GetLock());
111 AUTO_LOCK(emitter_->GetLock());
137 AUTO_LOCK(emitter_->GetLock());
mount_node_tty.cc 170 AUTO_LOCK(emitter_->GetLock())
270 AUTO_LOCK(emitter_->GetLock())
kernel_proxy.cc 917 AUTO_LOCK(signal_emitter_->GetLock())
    [all...]
  /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() {
  /external/chromium_org/content/browser/
mach_broker_mac_unittest.cc 16 base::AutoLock lock(broker_.GetLock());
27 base::AutoLock lock(broker_.GetLock());
37 base::AutoLock lock(broker_.GetLock());
mach_broker_mac.h 53 base::Lock& GetLock();
56 // Callers MUST acquire the lock given by GetLock() before calling this
62 // MUST acquire the lock given by GetLock() before calling this method (and
89 // |pid|. Callers MUST acquire the lock given by GetLock() before calling
child_process_launcher.cc 283 broker->GetLock().Acquire();
298 broker->GetLock().Release();
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
event_test.cc 65 AUTO_LOCK(emitter.GetLock())
73 AUTO_LOCK(emitter.GetLock())
127 AUTO_LOCK(emitter_.GetLock());
131 pthread_cond_wait(&multi_cond_, emitter_.GetLock().mutex());
145 AUTO_LOCK(emitter_.GetLock());
154 AUTO_LOCK(emitter_.GetLock());

Completed in 356 milliseconds