/external/chromium/chrome/browser/renderer_host/ |
accelerated_plugin_view_mac.h | 26 // This class takes a couple of locks, some indirectly. The lock hiearchy is: 27 // 1. The DisplayLink lock, implicit to the display link owned by this view. 30 // 2. The CGL lock, taken explicitly. 31 // 3. The AcceleratedSurfaceContainerManagerMac's lock, which it takes when any 34 // No code should ever try to acquire a lock further up in the hierarchy if it 35 // already owns a lower lock. For example, while the CGL lock is taken, no 73 // holds the CGL lock.
|
/external/qemu/ |
qemu-thread.c | 32 err = pthread_mutex_init(&mutex->lock, NULL); 41 err = pthread_mutex_destroy(&mutex->lock); 50 err = pthread_mutex_lock(&mutex->lock); 57 return pthread_mutex_trylock(&mutex->lock); 78 err = pthread_mutex_timedlock(&mutex->lock, &ts); 88 err = pthread_mutex_unlock(&mutex->lock); 133 err = pthread_cond_wait(&cond->cond, &mutex->lock); 146 err = pthread_cond_timedwait(&cond->cond, &mutex->lock, &ts);
|
/external/valgrind/main/drd/tests/ |
pth_cancel_locked.c | 1 /** Cancel a thread that holds a lock on a mutex. */ 16 /* Lock s_mutex2. */
|
/external/valgrind/main/helgrind/tests/ |
tc12_rwl_trivial.stderr.exp | 4 Thread #x unlocked a not-locked lock at 0x........ 7 Lock at 0x........ was first observed
|
tc22_exit_w_lock.stderr.exp | 15 Thread #x: Exiting thread still holds 1 lock 20 Thread #x: Exiting thread still holds 1 lock
|
/external/valgrind/tsan/offline_tests/ |
simple_race_1.tst | 28 # Acquire lock 7777 in T0 35 # Acquire reader lock 7778 in T1
|
/frameworks/base/core/java/android/text/method/ |
package.html | 16 // Find out whether the caps lock is on. 17 // 0 is no, 1 is yes, 2 is caps lock on.
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
FwdLockEngineConst.h | 23 * Constants for forward Lock Engine used for exposing engine's capabilities. 33 #define FWDLOCK_DESCRIPTION ("OMA V1 Forward Lock")
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/bionic/libc/kernel/arch-x86/asm/ |
mmu.h | 21 struct mutex lock; member in struct:__anon165
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon170
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
mmu.h | 21 struct mutex lock; member in struct:__anon1255
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon1260
|
/external/chromium/chrome/browser/ |
mach_broker_mac_unittest.cc | 7 #include "base/synchronization/lock.h" 14 base::AutoLock lock(broker_.GetLock()); 21 base::AutoLock lock(broker_.GetLock()); 31 base::AutoLock lock(broker_.GetLock());
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 37 /// This enum distinguishes between different kinds of lock actions. For 41 LK_Shared, /// Shared/reader lock of a mutex 42 LK_Exclusive /// Exclusive/writer lock of a mutex 72 /// Warn about lock expressions which fail to resolve to lockable objects. 76 /// Warn about unlock function calls that do not have a prior matching lock 78 /// \param LockName -- A StringRef name for the lock expression, to be printed 83 /// Warn about lock function calls for locks which are already held. 84 /// \param LockName -- A StringRef name for the lock expression, to be printed 86 /// \param Loc -- The location of the second lock expression. 94 /// \param LockName -- A StringRef name for the lock expression, to be printe [all...] |
/external/llvm/test/CodeGen/X86/ |
2006-07-12-InlineAsmQConstraint.ll | 9 %tmp3.i.i = call i32 asm sideeffect "lock; cmpxchg $1,$2", "={ax},q,m,0,~{dirflag},~{fpsr},~{flags},~{memory}"( i32 0, i32* null, i32 0 ) ; <i32> [#uses=0]
|
cmpxchg16b.ll | 7 ; CHECK: lock
|