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

1 2 3

  /external/google-breakpad/src/client/windows/common/
auto_critical_section.h 45 Acquire();
55 // Enters the critical section. Recursive Acquire() calls are not allowed.
56 void Acquire() {
  /external/sfntly/cpp/src/sfntly/port/
lock.h 47 void Acquire();
62 lock_.Acquire();
lock.cc 40 void Lock::Acquire() {
62 void Lock::Acquire() {
  /external/libchrome/base/synchronization/
lock.h 26 void Acquire() { lock_.Lock(); }
43 // acquire the lock a second time (while already holding it).
44 void Acquire() {
102 lock_.Acquire();
120 // constructor, and re-Acquire() it in the destructor.
130 lock_.Acquire();
lock_unittest.cc 16 // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
24 lock_->Acquire();
29 lock_->Acquire();
61 lock.Acquire();
66 lock.Acquire();
79 lock.Acquire();
158 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();
condition_variable_unittest.cc 91 // Worker threads can call them but not needed to acquire a lock.
117 // Caller must acquire lock before calling.
121 // if they are equal. This check will acquire the |lock_| so the caller
164 lock.Acquire();
169 lock.Acquire();
179 lock.Acquire();
222 lock.Acquire();
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors_mac.cc 32 Acquire(thr, pc, (uptr)lock);
43 Acquire(thr, pc, (uptr)lock);
64 Acquire(thr, pc, (uptr)lock);
75 Acquire(thr, pc, (uptr)lock);
tsan_libdispatch_mac.cc 86 Acquire(thr, pc, context->object_to_acquire);
96 if (IsQueueSerial(context->queue)) Acquire(thr, pc, (uptr)context->queue);
156 // and acquire semantics. Since TSan does not see its own atomic stores, the
179 Acquire(thr, pc, (uptr)a);
205 if (result == 0) Acquire(thr, pc, (uptr)dsema);
213 if (result == 0) Acquire(thr, pc, (uptr)group);
tsan_interface.cc 126 Acquire(cur_thread(), CALLERPC, (uptr)addr);
tsan_fd.cc 168 Acquire(thr, pc, (uptr)s);
285 Acquire(thr, pc, (uptr)&fdctx.connectsync);
  /external/webrtc/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/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/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32Mouse.cpp 70 HRESULT hr = mMouse->Acquire();
100 hr = mMouse->Acquire();
102 hr = mMouse->Acquire();
Win32KeyBoard.cpp 75 HRESULT hr = mKeyboard->Acquire();
113 hr = mKeyboard->Acquire();
118 hr = mKeyboard->Acquire();
210 hr = mKeyboard->Acquire();
  /hardware/qcom/display/msm8996/sdm/include/private/
resource_interface.h 47 virtual DisplayError Acquire(Handle display_ctx, HWLayers *hw_layers) = 0;
  /hardware/qcom/display/msmcobalt/sdm/include/private/
resource_interface.h 47 virtual DisplayError Acquire(Handle display_ctx, HWLayers *hw_layers) = 0;
  /external/google-breakpad/src/common/
test_assembler.cc 51 value_->Acquire();
175 // acquire here, after the release above, even though the usual
180 if (binding) binding->Acquire();
195 if (final_base) final_base->Acquire();
test_assembler.h 180 void Acquire() { reference_count_++; };
  /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)
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.h 53 virtual DisplayError Acquire(Handle display_ctx, HWLayers *hw_layers);
comp_manager.cpp 270 error = resource_intf_->Acquire(display_resource_ctx, hw_layers);
311 error = resource_intf_->Acquire(display_resource_ctx, hw_layers);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
resource_default.h 53 virtual DisplayError Acquire(Handle display_ctx, HWLayers *hw_layers);
comp_manager.cpp 270 error = resource_intf_->Acquire(display_resource_ctx, hw_layers);
311 error = resource_intf_->Acquire(display_resource_ctx, hw_layers);
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 162 Acquire(thr, 0, (uptr)addr);

Completed in 734 milliseconds

1 2 3