/external/clearsilver/util/ |
rcfs.h | 26 NEOERR * rcfs_lock (const char *path, int *lock); 27 void rcfs_unlock (int lock);
|
/external/webkit/WebCore/bindings/js/ |
ScriptArray.cpp | 60 JSLock lock(SilenceAssertionsOnly); 67 JSLock lock(SilenceAssertionsOnly); 74 JSLock lock(SilenceAssertionsOnly); 81 JSLock lock(SilenceAssertionsOnly); 88 JSLock lock(SilenceAssertionsOnly); 95 JSLock lock(SilenceAssertionsOnly); 102 JSLock lock(SilenceAssertionsOnly); 108 JSLock lock(SilenceAssertionsOnly);
|
/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.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
mutex.h | 44 #define mutex_lock_nested(lock, subclass) mutex_lock(lock)
|
/ndk/build/platforms/android-8/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:__anon139
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon144
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
SemaphoreTest.java | 41 final Semaphore lock; field in class:SemaphoreTest.InterruptibleLockRunnable 42 InterruptibleLockRunnable(Semaphore l) { lock = l; } 45 lock.acquire(); 56 final Semaphore lock; field in class:SemaphoreTest.InterruptedLockRunnable 57 InterruptedLockRunnable(Semaphore l) { lock = l; } 60 lock.acquire(); 316 final Semaphore lock = new Semaphore(1, false); local 317 Thread t1 = new Thread(new InterruptedLockRunnable(lock)); 318 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); 320 assertFalse(lock.hasQueuedThreads()) 345 final Semaphore lock = new Semaphore(1, false); local 374 final PublicSemaphore lock = new PublicSemaphore(1, false); local 852 final Semaphore lock = new Semaphore(1, true); local [all...] |
/external/v8/test/cctest/ |
test-platform-linux.cc | 3 // Tests of the TokenLock class from lock.h 30 CHECK_EQ(0, mutex->Lock()); 36 CHECK_EQ(0, mutex->Lock()); 53 // Runs two threads that repeatedly acquire the lock and conditionally
|
test-platform-nullos.cc | 3 // Tests of the TokenLock class from lock.h 30 CHECK_EQ(0, mutex->Lock()); 36 CHECK_EQ(0, mutex->Lock()); 53 // Runs two threads that repeatedly acquire the lock and conditionally
|
/frameworks/base/core/jni/android/graphics/ |
NIOBuffer.h | 13 void* lock(JNIEnv* env, int* remaining);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
mmu.h | 21 struct mutex lock; member in struct:__anon10211
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon10216
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/ |
mmu.h | 21 struct mutex lock; member in struct:__anon10996
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon11001
|
/bionic/libc/kernel/common/linux/ |
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|
/external/qemu/android/utils/ |
filelock.h | 25 ** note that 'path' can designate a non-existing path and that the lock creation 29 ** you can call filelock_release() to release a file lock explicitely. otherwise 36 extern void filelock_release( FileLock* lock );
|
/frameworks/base/core/java/android/os/ |
IPowerManager.aidl | 23 void acquireWakeLock(int flags, IBinder lock, String tag); 26 void releaseWakeLock(IBinder lock, int flags); 29 void setPokeLock(int pokey, IBinder lock, String tag);
|