HomeSort by relevance Sort by last modified time
    Searched refs:Acquire (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/ppapi/utility/threading/
lock.cc 21 void Lock::Acquire() {
39 void Lock::Acquire() {
lock.h 30 /// acquire and release the lock.
31 void Acquire();
33 /// Releases the lock. This must be paired with a call to Acquire().
67 lock_.Acquire();
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
lock.h 47 void Acquire();
62 lock_.Acquire();
lock.cc 40 void Lock::Acquire() {
62 void Lock::Acquire() {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/synchronization/
lock.h 49 void Acquire() const {
74 lock_.Acquire();
lock_posix.h 42 void Acquire() const {
  /external/chromium_org/base/synchronization/
lock.h 23 void Acquire() { lock_.Lock(); }
40 // acquire the lock a second time (while already holding it).
41 void Acquire() {
99 lock_.Acquire();
117 // constructor, and re-Acquire() it in the destructor.
127 lock_.Acquire();
lock_unittest.cc 15 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
23 lock_->Acquire();
28 lock_->Acquire();
60 lock.Acquire();
65 lock.Acquire();
78 lock.Acquire();
157 lock->Acquire();
waitable_event_posix.cc 165 kernel_->lock_.Acquire();
178 sw.lock()->Acquire();
192 // We can't acquire @lock_ before releasing the SyncWaiter lock (because
205 kernel_->lock_.Acquire();
236 // We need to acquire the locks in a globally consistent order. Thus we sort
268 sw.lock()->Acquire();
291 raw_waitables[i]->kernel_->lock_.Acquire();
301 raw_waitables[i]->kernel_->lock_.Acquire();
327 waitables[0].first->kernel_->lock_.Acquire();
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
ref_object.h 51 void Acquire() {
scoped_ref.h 22 obj->Acquire();
  /external/chromium_org/third_party/webrtc/base/
referencecountedsingletonfactory.h 110 Acquire();
137 Acquire();
141 void Acquire() {
142 // Since we're getting a singleton back, acquire is a noop if instance is
  /external/chromium_org/third_party/sfntly/cpp/src/test/
lock_test.cc 25 // Basic test to make sure that Acquire()/Unlock()/Try() don't crash
33 lock_->Acquire();
38 lock_->Acquire();
70 lock.Acquire();
75 lock.Acquire();
88 lock.Acquire();
170 lock->Acquire();
  /external/chromium_org/base/third_party/dmg_fp/
dtoa_wrapper.cc 37 lock->Acquire();
  /external/chromium_org/net/tools/quic/test_tools/
server_thread.cc 41 port_lock_.Acquire();
66 port_lock_.Acquire();
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.cc 38 void ProxyLock::Acquire() {
45 lock->Acquire();
  /external/chromium_org/ppapi/utility/
completion_callback_factory_thread_traits.h 139 void Acquire() {
165 lock_.Acquire();
  /external/chromium_org/content/utility/
in_process_utility_thread.cc 42 g_one_utility_thread_lock.Get().Acquire();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
inode_pool.h 21 ino_t Acquire() {
filesystem.cc 55 node->stat_.st_ino = inode_pool_.Acquire();
  /external/chromium_org/ppapi/proxy/
proxy_completion_callback_factory.h 62 void Acquire() {}
  /external/chromium_org/sync/syncable/
syncable_base_transaction.cc 27 directory_->kernel_->transaction_mutex.Acquire();
  /external/chromium_org/cc/layers/
video_frame_provider_client_impl.cc 51 provider_lock_.Acquire(); // Balanced by call to ReleaseLock().
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 24 mu_.Acquire();
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 19 /// Return the stronger of the two ordering. If the two orderings are acquire
23 if (X == Acquire && Y == Release)
25 if (Y == Acquire && X == Release)

Completed in 407 milliseconds

1 2 3 4