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

/external/chromium/base/synchronization/
H A Dlock.h23 void Acquire() { lock_.Lock(); } function in class:base::Lock
41 void Acquire() {
98 lock_.Acquire();
112 // constructor, and re-Acquire() it in the destructor.
122 lock_.Acquire();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc224 void Acquire(ThreadState *thr, uptr pc, uptr addr) { function in namespace:__tsan
226 DPrintf("#%d: Acquire %zx\n", thr->tid, addr);
/external/v8/src/
H A Dglobal-handles.cc87 void Acquire(Object* object, GlobalHandles* global_handles) { function in class:v8::internal::GlobalHandles::Node
416 result->Acquire(value, this);
/external/llvm/include/llvm/
H A DInstructions.h42 Acquire = 4, enumerator in enum:llvm::AtomicOrdering
314 /// Set the ordering constraint on this store. May not be Acquire or
395 // Ordering may only be Acquire, Release, AcquireRelease, or
409 /// Set the ordering constraint on this fence. May only be Acquire, Release,

Completed in 847 milliseconds