/external/elfutils/libelf/ |
gelf_update_shdr.c | 38 rwlock_wrlock (elf->lock); 91 rwlock_unlock (elf->lock);
|
gelf_update_syminfo.c | 60 rwlock_wrlock (scn->elf->lock); 77 rwlock_unlock (scn->elf->lock);
|
gelf_update_verdaux.c | 59 rwlock_wrlock (data_scn->s->elf->lock); 66 rwlock_unlock (data_scn->s->elf->lock);
|
gelf_update_verdef.c | 59 rwlock_wrlock (data_scn->s->elf->lock); 66 rwlock_unlock (data_scn->s->elf->lock);
|
gelf_update_vernaux.c | 59 rwlock_wrlock (data_scn->s->elf->lock); 66 rwlock_unlock (data_scn->s->elf->lock);
|
gelf_update_verneed.c | 59 rwlock_wrlock (data_scn->s->elf->lock); 66 rwlock_unlock (data_scn->s->elf->lock);
|
gelf_update_versym.c | 59 rwlock_wrlock (data_scn->s->elf->lock); 66 rwlock_unlock (data_scn->s->elf->lock);
|
/external/kernel-headers/original/linux/ |
percpu_counter.h | 18 spinlock_t lock; member in struct:percpu_counter 31 spin_lock_init(&fbc->lock);
|
/external/v8/src/ |
atomicops_internals_x86_gcc.h | 55 __asm__ __volatile__("lock; cmpxchgl %1,%2" 64 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg. 74 __asm__ __volatile__("lock; xaddl %0,%1" 84 __asm__ __volatile__("lock; xaddl %0,%1" 179 __asm__ __volatile__("lock; cmpxchgq %1,%2" 188 __asm__ __volatile__("xchgq %1,%0" // The lock prefix is implicit for xchg. 198 __asm__ __volatile__("lock; xaddq %0,%1" 208 __asm__ __volatile__("lock; xaddq %0,%1"
|
/external/valgrind/main/drd/tests/ |
recursive_mutex.stderr.exp-linux | 7 second lock call failed ! 19 second lock call failed !
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
BaseTileTexture.cpp | 109 textures[x]->lock(); 120 m_busyLock.lock(); 140 android::Mutex::Autolock lock(m_busyLock); 147 android::Mutex::Autolock lock(m_busyLock); 178 m_busyLock.lock(); 186 // LayerAndroid::removeTexture() is protected by the same lock as 190 // relinquishing the lock. LayerAndroid::removeTexture() will call 207 android::Mutex::Autolock lock(m_busyLock);
|
/frameworks/base/include/powermanager/ |
IPowerManager.h | 33 virtual status_t acquireWakeLock(int flags, const sp<IBinder>& lock, const String16& tag) = 0; 34 virtual status_t releaseWakeLock(const sp<IBinder>& lock, int flags) = 0;
|
/frameworks/base/services/surfaceflinger/tests/resize/ |
resize.cpp | 51 surface->lock(&info); 56 surface->lock(&info);
|
/libcore/luni/src/main/java/java/io/ |
LineNumberReader.java | 68 synchronized (lock) { 91 synchronized (lock) { 116 synchronized (lock) { 158 synchronized (lock) { 194 synchronized (lock) { 221 synchronized (lock) { 239 synchronized (lock) { 265 synchronized (lock) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dlm_device.h | 25 /* struct passed to the lock write */ 62 struct dlm_lock_params lock; member in union:dlm_write_request::__anon20922
|
/system/media/wilhelm/src/android/ |
MediaPlayer_to_android.h | 89 /* must be called with a lock on mp->mThis */ 91 /* must be called with a lock on mp->mThis */
|
/system/media/wilhelm/src/desktop/ |
SDL.c | 28 // A peek lock would be risky if output mixes are dynamic, so we use SDL_PauseAudio to 30 // shared lock here
|
/system/media/wilhelm/src/itf/ |
IPitch.c | 27 // const, so no lock needed 71 // const, so no lock needed
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadTest.java | 430 final Object lock = new Object(); local 434 synchronized (lock) { 435 lock.notifyAll(); 439 synchronized (lock) { 442 lock.wait(); 458 final Object lock = new Object(); local 467 synchronized (lock) { 468 lock.notify(); 470 lock.wait(); 488 synchronized (lock) { 660 final Object lock = new Object(); local 713 final Object lock = new Object(); local [all...] |
/external/apache-http/src/org/apache/http/client/methods/ |
HttpRequestBase.java | 36 import java.util.concurrent.locks.Lock; 62 private Lock abortLock; 105 this.abortLock.lock(); 120 this.abortLock.lock(); 137 this.abortLock.lock(); 150 // Trigger the callbacks outside of the lock, to prevent
|
/external/chromium/chrome/browser/sync/engine/ |
all_status.cc | 103 ScopedStatusLock lock(this); 123 ScopedStatusLock lock(this); 136 base::AutoLock lock(mutex_); 141 ScopedStatusLock lock(this); 146 ScopedStatusLock lock(this); 151 ScopedStatusLock lock(this);
|
/external/chromium/crypto/ |
nss_util.h | 17 class Lock; 133 // writes to the NSS databases with a global lock. The lock is hidden beneath a 138 base::Lock* GetNSSWriteLock(); 140 // A helper class that acquires the NSS write Lock while the AutoNSSWriteLock 147 base::Lock *lock_;
|
/external/webkit/Source/WebCore/platform/haiku/ |
ClipboardHaiku.cpp | 57 if (be_clipboard->Lock()) { 71 if (be_clipboard->Lock()) { 83 if (be_clipboard->Lock()) { 100 if (be_clipboard->Lock()) { 122 if (be_clipboard->Lock()) { 204 if (be_clipboard->Lock()) {
|
/external/webrtc/src/system_wrappers/source/ |
list_no_stl.cc | 82 CriticalSectionScoped lock(*critical_section_); 90 CriticalSectionScoped lock(*critical_section_); 98 CriticalSectionScoped lock(*critical_section_); 106 CriticalSectionScoped lock(*critical_section_); 162 CriticalSectionScoped lock(*critical_section_); 198 CriticalSectionScoped lock(*critical_section_);
|
/system/core/include/cutils/ |
atomic.h | 32 * of the placement of memory barriers in a simple lock implementation: 33 * - wait until compare-and-swap(lock-is-free --> lock-is-held) succeeds 37 * - store(lock-is-free) 39 * "work" from happening before the lock is held, and the later (release) 40 * barrier ensures that all of the work happens before the lock is released.
|