/external/elfutils/libelf/ |
elf32_getehdr.c | 47 rwlock_rdlock (elf->lock); 61 rwlock_unlock (elf->lock);
|
/external/kernel-headers/original/linux/ |
smp_lock.h | 14 * Release/re-acquire global kernel lock for the scheduler 22 * Non-SMP kernels will never block on the kernel lock,
|
/external/llvm/test/CodeGen/X86/ |
atomic-or.ll | 12 ; CHECK: lock 24 ; CHECK: lock
|
/external/qemu/ |
qemu-lock.h | 41 static inline void spin_lock(spinlock_t *lock) 45 static inline void spin_unlock(spinlock_t *lock)
|
/external/valgrind/main/drd/tests/ |
qt4_mutex.cpp | 36 s_pMutex->lock(); 55 M.lock();
|
qt4_rwlock.cpp | 1 /// Qt4 reader-writer lock test. 62 // Stack-allocated reader-writer lock.
|
/external/valgrind/main/helgrind/tests/ |
tc12_rwl_trivial.c | 17 /* Do trivial stuff with a reader-writer lock. */ 34 /* this should fail - lock is unowned now */
|
tc12_rwl_trivial.stderr.exp-darwin970 | 4 Thread #x unlocked a not-locked lock at 0x........ 7 Lock at 0x........ was first observed
|
/external/valgrind/tsan/ |
ts_events.h | 37 // * addr, a memory address, a lock address, etc 45 READER_LOCK, // {tid, pc, lock, 0} 46 WRITER_LOCK, // {tid, pc, lock, 0} 47 UNLOCK, // {tid, pc, lock, 0} 48 UNLOCK_OR_INIT, // {tid, pc, lock, 0} 49 LOCK_CREATE, // {tid, pc, lock, 0} 50 LOCK_DESTROY, // {tid, pc, lock, 0} 84 SET_LOCK_NAME, // {tid, pc, lock, lock_name_str}
|
/external/webkit/LayoutTests/storage/ |
open-database-while-transaction-in-progress.js | 12 // lock on the DB file before trying to obtain a second handle to the same DB. 13 // The only way to force SQLite to obtain an exclusive lock is to change more
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCCompletionEvent.h | 36 m_mutex.lock(); 51 MutexLocker lock(m_mutex);
|
/external/webkit/Source/WebCore/webaudio/ |
AudioNodeOutput.h | 62 // It must be called with the context's graph lock. 69 // It must be called with the context's graph lock. 78 // They must be called with the context's graph lock. 83 // It must be called with the context's graph lock. 92 // They must be called with the context's graph lock. 97 // It is called in the constructor or in the audio thread with the context's graph lock. 101 // It must be called in the audio thread with the context's graph lock. 105 // It must be called with the context's graph lock.
|
/external/webrtc/src/system_wrappers/interface/ |
rw_lock_wrapper.h | 15 // these OSs regular critical sections have been used to approximate RW lock 35 // RAII extensions of the RW lock. Prevents Acquire/Release missmatches and
|
/frameworks/base/core/java/android/util/ |
Pools.java | 38 public static <T extends Poolable<T>> Pool<T> synchronizedPool(Pool<T> pool, Object lock) { 39 return new SynchronizedPool<T>(pool, lock);
|
SynchronizedPool.java | 32 public SynchronizedPool(Pool<T> pool, Object lock) { 34 mLock = lock;
|
/frameworks/base/drm/libdrmframework/plugins/common/util/include/ |
SessionMap.h | 37 Mutex::Autolock lock(mLock); 51 Mutex::Autolock lock(mLock); 67 Mutex::Autolock lock(mLock); 77 Mutex::Autolock lock(mLock); 90 Mutex::Autolock lock(mLock); 105 Mutex::Autolock lock(mLock); 118 Mutex::Autolock lock(mLock); 123 Mutex::Autolock lock(mLock);
|
/frameworks/base/packages/SystemUI/res/values-land/ |
strings.xml | 20 <!-- Rotation lock toast text: shown when rotation lock is turned on in landscape orientation.
|
/hardware/libhardware/modules/gralloc/ |
gr.h | 55 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); } 60 inline void lock() { pthread_mutex_lock(&mutex); } function in class:Locker
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
power.h | 31 // while you have a lock held, the device will stay on at least at the 33 int acquire_wake_lock(int lock, const char* id);
|
/hardware/msm7k/libgralloc/ |
gr.h | 55 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); } 60 inline void lock() { pthread_mutex_lock(&mutex); } function in class:Locker
|
/hardware/msm7k/libgralloc-qsd8k/ |
gr.h | 54 inline Autolock(Locker& locker) : locker(locker) { locker.lock(); } 59 inline void lock() { pthread_mutex_lock(&mutex); } function in class:Locker
|
/libcore/luni/src/main/java/java/io/ |
FilterReader.java | 56 synchronized (lock) { 79 synchronized (lock) { 96 synchronized (lock) { 113 synchronized (lock) { 138 synchronized (lock) { 156 synchronized (lock) { 176 synchronized (lock) { 196 synchronized (lock) {
|
/libcore/luni/src/main/java/java/nio/channels/ |
OverlappingFileLockException.java | 21 * a lock that overlaps an existing or pending lock held by this process.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fcntl.h | 10 * Cancel a blocking posix lock; internal use only until we expose an 11 * asynchronous lock api to userspace:
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 45 struct nlm_lock lock; member in struct:nlm_args 59 struct nlm_lock lock; member in struct:nlm_res
|