Searched defs:Acquire (Results 1 - 17 of 17) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
H A Dlock.cc40 void Lock::Acquire() { function in class:sfntly::Lock
62 void Lock::Acquire() {
/external/google-breakpad/src/client/windows/common/
H A Dauto_critical_section.h45 Acquire();
55 // Enters the critical section. Recursive Acquire() calls are not allowed.
56 void Acquire() { function in class:google_breakpad::AutoCriticalSection
/external/toolchain-utils/automation/common/
H A Dmachine.py23 def Acquire(self, exclusively): member in class:Machine
/external/libchrome/base/synchronization/
H A Dlock.h26 void Acquire() { lock_.Lock(); } function in class:base::Lock
44 void Acquire() {
115 lock_.Acquire();
133 // constructor, and re-Acquire() it in the destructor.
143 lock_.Acquire();
/external/webrtc/webrtc/base/
H A Dreferencecountedsingletonfactory.h110 Acquire();
137 Acquire();
141 void Acquire() { function in class:rtc::rcsf_ptr
/external/libchrome/base/task_scheduler/
H A Dscheduler_lock_impl.cc136 void SchedulerLockImpl::Acquire() { function in class:base::internal::SchedulerLockImpl
137 lock_.Acquire();
/external/llvm/include/llvm/Support/
H A DAtomicOrdering.h62 Acquire = 4, member in class:llvm::AtomicOrdering
130 return isAtLeastOrStrongerThan(ao, AtomicOrdering::Acquire);
/external/mesa3d/src/hgl/
H A DGLRenderer.cpp32 BGLRenderer::Acquire() function in class:BGLRenderer
/external/tensorflow/tensorflow/core/kernels/
H A Dcritical_section.cc45 void Acquire(std::function<void()> closure) { function in class:tensorflow::CriticalSection
148 cs_->Acquire(
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc362 void Acquire(ThreadState *thr, uptr pc, uptr addr) { function in namespace:__tsan
363 DPrintf("#%d: Acquire %zx\n", thr->tid, addr);
/external/google-breakpad/src/common/
H A Dtest_assembler.h180 void Acquire() { reference_count_++; }; function in class:google_breakpad::test_assembler::Label::Binding
/external/v8/src/
H A Dglobal-handles.cc86 void Acquire(Object* object) { function in class:v8::internal::GlobalHandles::Node
570 result->Acquire(value);
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc90 Register UseScratchRegisterScope::Acquire() { function in class:vixl::aarch32::UseScratchRegisterScope
678 Register scratch = temps.Acquire();
725 Register scratch = temps.Acquire();
753 Register scratch = temps.Acquire();
764 Register scratch = temps.Acquire();
775 Register scratch = temps.Acquire();
785 Register scratch = temps.Acquire();
848 Register scratch = temps.Acquire();
869 Register negated_rn = temps.Acquire();
918 scratch = temps.Acquire();
[all...]
/external/vixl/src/
H A Dinvalset-vixl.h224 void Acquire() { monitor_++; } function in class:vixl::InvalSet
736 inval_set->Acquire();
836 if (inval_set_ != NULL) inval_set_->Acquire();
/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator.cc109 return GetSampleMapRecordsWhileLocked(id)->Acquire(user);
188 PersistentSampleMapRecords* PersistentSampleMapRecords::Acquire( function in class:base::PersistentSampleMapRecords
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h40 Acquire = 4, enumerator in enum:llvm::AtomicOrdering
312 /// Set the ordering constraint on this store. May not be Acquire or
393 // Ordering may only be Acquire, Release, AcquireRelease, or
407 /// Set the ordering constraint on this fence. May only be Acquire, Release,
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml239 | Acquire Constructor in type:AtomicOrdering/t

Completed in 525 milliseconds