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

  /external/sfntly/cpp/src/sfntly/port/
lock.cc 40 void Lock::Acquire() {
62 void Lock::Acquire() {
  /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/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();
  /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/google-breakpad/src/common/
test_assembler.h 180 void Acquire() { reference_count_++; };
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 353 void Acquire(ThreadState *thr, uptr pc, uptr addr) {
354 DPrintf("#%d: Acquire %zx\n", thr->tid, addr);
429 thr->clock.acquire(&thr->clock_cache, c);
  /external/v8/src/
global-handles.cc 91 void Acquire(Object* object) {
581 result->Acquire(value);
    [all...]
  /external/vixl/src/vixl/
invalset.h 206 // Iterators acquire and release this monitor. While a set is acquired,
211 void Acquire() { monitor_++; }
666 inval_set->Acquire();
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 186 DisplayError ResourceDefault::Acquire(Handle display_ctx, HWLayers *hw_layers) {
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 239 | Acquire
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 44 Acquire = 4,
55 /// Returns true if the ordering is at least as strong as acquire
56 /// (i.e. acquire, acq_rel or seq_cst)
58 return (Ord == Acquire ||
377 /// Set the ordering constraint on this store. May not be Acquire or
462 // Ordering may only be Acquire, Release, AcquireRelease, or
476 /// Set the ordering constraint on this fence. May only be Acquire, Release,
642 case Acquire:
643 return Acquire;
    [all...]

Completed in 1200 milliseconds