Searched defs:acquire (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Support/
H A DMutex.cpp28 bool MutexImpl::acquire() { return true; } function in class:llvm::MutexImpl
91 MutexImpl::acquire()
/external/skia/src/ports/
H A DSkThread_none.cpp28 void SkMutex::acquire() {} function in class:SkMutex
H A DSkThread_win.cpp39 void SkMutex::acquire() { function in class:SkMutex
H A DSkThread_pthread.cpp139 void SkMutex::acquire() { function in class:SkMutex
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc22 // the clock value, so no space increase). The acquire algorithm looks
24 // void acquire(thr, tid, thr_clock, sync_clock) {
26 // return; // No new info to acquire.
38 // // The thread did no acquire operations since last release on this clock.
65 void ThreadClock::acquire(const SyncClock *src) { function in class:__tsan::ThreadClock
104 acquire(dst);
/external/skia/include/core/
H A DSkThread_platform.h66 void acquire() { pthread_mutex_lock(&fMutex); } function in struct:SkBaseMutex
72 // and keeps the acquire() implementation small and fast.
98 void acquire();
/external/llvm/include/llvm/Support/
H A DMutex.h31 /// Initializes the lock but doesn't acquire it. if \p recursive is set
33 /// also more likely to deadlock (same thread can't acquire more than
47 /// Attempts to unconditionally acquire the lock. If the lock is held by
48 /// another thread, this method will wait until it can acquire the lock.
50 /// @brief Unconditionally acquire the lock.
51 bool acquire();
54 /// thread, the lock is released allowing other threads to acquire the
60 /// Attempts to acquire the lock without blocking. If the lock is not
65 /// @brief Try to acquire the lock.
95 bool acquire() { function in class:llvm::sys::SmartMutex
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlinked_ptr.h65 {acquire(r);}
70 acquire(r);
78 {acquire(r);}
83 acquire(r);
99 void acquire(const linked_ptr& r) throw() function in class:talk_base::linked_ptr
113 template <class Y> void acquire(const linked_ptr<Y>& r) throw() function in class:talk_base::linked_ptr
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTileTexture.cpp80 bool TileTexture::acquire(TextureOwner* owner) function in class:WebCore::TileTexture
/external/openssl/crypto/rand/
H A Drand_win.c243 CRYPTACQUIRECONTEXTW acquire = NULL; local
342 acquire = (CRYPTACQUIRECONTEXTW) GetProcAddress(advapi,
350 if (acquire && gen && release)
354 if (acquire(&hProvider, NULL, NULL, PROV_RSA_FULL,
369 if (acquire(&hProvider, 0, INTEL_DEF_PROV, PROV_INTEL_SEC, 0))
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c571 Bool acquire; local
602 acquire = w1 < w2;
605 if (acquire) {
622 if (acquire)
1514 TRACE_D3("BBBBAAAA acquire CU_SVMA of %p\n", cc->cu_svma);
3542 DIE. We'll leave it for the 'varparser' to acquire that info
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 767 milliseconds