/external/clearsilver/man/man3/ |
fUnlock.3 | 14 fUnlock - release file lock. 20 void fUnlock(int lock); 25 lock - Lock to release. 28 Releases the lock identified by <lock>.
|
fLock.3 | 14 fLock - acquire file lock. 20 NEOERR *fLock(int lock); 25 lock - Lock to acquire. 28 Acquires the lock identified by <lock>. This call 29 blocks until the lock is acquired.
|
dictReleaseLock.3 | 14 dictReleaseLock - release lock on value. 20 void dictReleaseLock(dictCtx dict, void *lock); 27 lock - lock to release. 30 Releases the lock on the value associated with <lock>. Once 31 the lock is released, the dictCleanupFunc callback can
|
skipRelease.3 | 14 skipRelease - release lock on value. 20 void skipRelease(skipList list, void *lock); 27 lock - lock to release. 30 Releases the lock on the value associated with <lock>. Once 31 the lock is released, the freeValue callback can be called
|
fCreate.3 | 14 fCreate - create a file lock. 25 plock - place for lock. 27 file - path of file to use as lock. 30 Creates a file lock on named file <file>. The lock is 36 plock - set to lock identifier.
|
fFind.3 | 14 fFind - find a file lock. 25 plock - place for lock. 27 file - path of file to use as lock. 31 lock identifier for it in <plock>. If the file doesn't 37 plock - set to lock identifier.
|
/external/kernel-headers/original/linux/ |
spinlock_api_smp.h | 22 void __lockfunc _spin_lock(spinlock_t *lock) __acquires(spinlock_t); 23 void __lockfunc _spin_lock_nested(spinlock_t *lock, int subclass) 25 void __lockfunc _read_lock(rwlock_t *lock) __acquires(rwlock_t); 26 void __lockfunc _write_lock(rwlock_t *lock) __acquires(rwlock_t); 27 void __lockfunc _spin_lock_bh(spinlock_t *lock) __acquires(spinlock_t); 28 void __lockfunc _read_lock_bh(rwlock_t *lock) __acquires(rwlock_t); 29 void __lockfunc _write_lock_bh(rwlock_t *lock) __acquires(rwlock_t); 30 void __lockfunc _spin_lock_irq(spinlock_t *lock) __acquires(spinlock_t); 31 void __lockfunc _read_lock_irq(rwlock_t *lock) __acquires(rwlock_t); 32 void __lockfunc _write_lock_irq(rwlock_t *lock) __acquires(rwlock_t) [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ReentrantReadWriteLockTest.java | 29 final ReentrantReadWriteLock lock; field in class:ReentrantReadWriteLockTest.InterruptibleLockRunnable 30 InterruptibleLockRunnable(ReentrantReadWriteLock l) { lock = l; } 33 lock.writeLock().lockInterruptibly(); 44 final ReentrantReadWriteLock lock; field in class:ReentrantReadWriteLockTest.InterruptedLockRunnable 45 InterruptedLockRunnable(ReentrantReadWriteLock l) { lock = l; } 48 lock.writeLock().lockInterruptibly(); 82 * write-locking and read-locking an unlocked lock succeed 86 rl.writeLock().lock(); 94 rl.readLock().lock(); 106 * locking an unlocked fair lock succeed 132 ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 160 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 188 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 211 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 236 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 260 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 280 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 300 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 321 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 355 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 389 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 401 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 440 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 480 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 519 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(true); local 531 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(true); local 571 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(true); local 611 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(true); local 653 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 676 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 697 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(true); local 720 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(true); local 742 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 766 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 791 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 823 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 854 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 871 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 888 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 906 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 921 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 937 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 968 private Lock lock; field in class:ReentrantReadWriteLockTest.UninterruptableThread 997 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1029 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1060 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1091 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1123 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1197 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1273 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1302 final PublicReentrantReadWriteLock lock = new PublicReentrantReadWriteLock(); local 1334 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1348 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1363 final PublicReentrantReadWriteLock lock = new PublicReentrantReadWriteLock(); local 1377 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1393 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1409 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1425 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1441 final PublicReentrantReadWriteLock lock = new PublicReentrantReadWriteLock(); local 1457 final PublicReentrantReadWriteLock lock = new PublicReentrantReadWriteLock(); local 1473 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1515 final ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1558 final PublicReentrantReadWriteLock lock = new PublicReentrantReadWriteLock(); local 1621 ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1641 ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local 1654 ReentrantReadWriteLock lock = new ReentrantReadWriteLock(); local [all...] |
ReentrantLockTest.java | 29 final ReentrantLock lock; field in class:ReentrantLockTest.InterruptibleLockRunnable 30 InterruptibleLockRunnable(ReentrantLock l) { lock = l; } 33 lock.lockInterruptibly(); 44 final ReentrantLock lock; field in class:ReentrantLockTest.InterruptedLockRunnable 45 InterruptedLockRunnable(ReentrantLock l) { lock = l; } 48 lock.lockInterruptibly(); 80 * locking an unlocked lock succeeds 84 rl.lock(); 90 * locking an unlocked fair lock succeeds 94 rl.lock(); 126 final ReentrantLock lock = new ReentrantLock(); local 155 final ReentrantLock lock = new ReentrantLock(); local 184 final ReentrantLock lock = new ReentrantLock(true); local 260 final PublicReentrantLock lock = new PublicReentrantLock(); local 293 final ReentrantLock lock = new ReentrantLock(); local 316 final ReentrantLock lock = new ReentrantLock(); local 336 final ReentrantLock lock = new ReentrantLock(); local 360 ReentrantLock lock = new ReentrantLock(); local 376 final ReentrantLock lock = new ReentrantLock(); local 409 final ReentrantLock lock = new ReentrantLock(); local 428 final ReentrantLock lock = new ReentrantLock(); local 450 final ReentrantLock lock = new ReentrantLock(); local 467 final ReentrantLock lock = new ReentrantLock(); local 484 final ReentrantLock lock = new ReentrantLock(); local 501 final ReentrantLock lock = new ReentrantLock(); local 517 final ReentrantLock lock = new ReentrantLock(); local 534 final ReentrantLock lock = new ReentrantLock(); local 567 final ReentrantLock lock = new ReentrantLock(); local 581 final ReentrantLock lock = new ReentrantLock(); local 596 final PublicReentrantLock lock = new PublicReentrantLock(); local 611 final ReentrantLock lock = new ReentrantLock(); local 627 final ReentrantLock lock = new ReentrantLock(); local 643 final ReentrantLock lock = new ReentrantLock(); local 659 final ReentrantLock lock = new ReentrantLock(); local 675 final PublicReentrantLock lock = new PublicReentrantLock(); local 691 final PublicReentrantLock lock = new PublicReentrantLock(); local 708 final ReentrantLock lock = new ReentrantLock(); local 750 final ReentrantLock lock = new ReentrantLock(); local 811 final PublicReentrantLock lock = new PublicReentrantLock(); local 872 private ReentrantLock lock; field in class:ReentrantLockTest.UninterruptableThread 901 final ReentrantLock lock = new ReentrantLock(); local 933 final ReentrantLock lock = new ReentrantLock(); local 964 final ReentrantLock lock = new ReentrantLock(); local 995 final ReentrantLock lock = new ReentrantLock(); local 1027 final ReentrantLock lock = new ReentrantLock(); local 1076 final ReentrantLock lock = new ReentrantLock(); local 1156 ReentrantLock lock = new ReentrantLock(); local [all...] |
/system/core/include/cutils/ |
threads.h | 37 pthread_mutex_t lock; member in struct:__anon13005 53 CRITICAL_SECTION lock; member in struct:__anon13006 85 static __inline__ void mutex_lock(mutex_t* lock) 87 pthread_mutex_lock(lock); 89 static __inline__ void mutex_unlock(mutex_t* lock) 91 pthread_mutex_unlock(lock); 93 static __inline__ int mutex_init(mutex_t* lock) 95 return pthread_mutex_init(lock, NULL); 97 static __inline__ void mutex_destroy(mutex_t* lock) 99 pthread_mutex_destroy(lock); 106 CRITICAL_SECTION lock[1]; member in struct:__anon13007 [all...] |
/bionic/libc/kernel/common/linux/ |
seqlock.h | 20 spinlock_t lock; member in struct:__anon370 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0) 35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) 36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0 [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
seqlock.h | 20 spinlock_t lock; member in struct:__anon9307 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0) 35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) 36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0 [all...] |
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
seqlock.h | 20 spinlock_t lock; member in struct:__anon9661 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0) 35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) 36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0 [all...] |
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
seqlock.h | 20 spinlock_t lock; member in struct:__anon10015 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0) 35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) 36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0 [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
seqlock.h | 20 spinlock_t lock; member in struct:__anon10434 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0) 35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) 36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0 [all...] |
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
seqlock.h | 20 spinlock_t lock; member in struct:__anon10797 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0) 35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) 36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0 [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
seqlock.h | 20 spinlock_t lock; member in struct:__anon11221 34 #define write_seqlock_irqsave(lock, flags) do { local_irq_save(flags); write_seqlock(lock); } while (0) 35 #define write_seqlock_irq(lock) do { local_irq_disable(); write_seqlock(lock); } while (0) 36 #define write_seqlock_bh(lock) do { local_bh_disable(); write_seqlock(lock); } while (0) 37 #define write_sequnlock_irqrestore(lock, flags) do { write_sequnlock(lock); local_irq_restore(flags); } while(0) 38 #define write_sequnlock_irq(lock) do { write_sequnlock(lock); local_irq_enable(); } while(0 [all...] |
/external/qemu/android/utils/ |
filelock.c | 55 ** lock - a lock file (file + '.lock') 60 ** attemp to link 'lock' to 'temp' 61 ** if the link succeeds, we obtain the lock 65 ** unlink 'lock' 68 ** on Windows, 'lock' is a directory name. locking is equivalent to 76 const char* lock; member in struct:FileLock 86 #define LOCK_NAME ".lock" 95 filelock_lock( FileLock* lock ) 366 FileLock* lock; local 385 FileLock* lock = malloc(total_len); local [all...] |
/external/kernel-headers/original/asm-arm/ |
spinlock_types.h | 9 volatile unsigned int lock; member in struct:__anon2790 15 volatile unsigned int lock; member in struct:__anon2791
|
/bionic/libc/kernel/arch-arm/asm/ |
spinlock.h | 19 #define __raw_spin_is_locked(x) ((x)->lock != 0) 20 #define __raw_spin_unlock_wait(lock) do { while (__raw_spin_is_locked(lock)) cpu_relax(); } while (0) 22 #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/ |
spinlock.h | 19 #define __raw_spin_is_locked(x) ((x)->lock != 0) 20 #define __raw_spin_unlock_wait(lock) do { while (__raw_spin_is_locked(lock)) cpu_relax(); } while (0) 22 #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
spinlock.h | 19 #define __raw_spin_is_locked(x) ((x)->lock != 0) 20 #define __raw_spin_unlock_wait(lock) do { while (__raw_spin_is_locked(lock)) cpu_relax(); } while (0) 22 #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
spinlock.h | 19 #define __raw_spin_is_locked(x) ((x)->lock != 0) 20 #define __raw_spin_unlock_wait(lock) do { while (__raw_spin_is_locked(lock)) cpu_relax(); } while (0) 22 #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/ |
spinlock.h | 19 #define __raw_spin_is_locked(x) ((x)->lock != 0) 20 #define __raw_spin_unlock_wait(lock) do { while (__raw_spin_is_locked(lock)) cpu_relax(); } while (0) 22 #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/external/clearsilver/contrib/ |
cs-mode.el | 1 (defvar cs-font-lock-keywords 3 '("<\\?cs[^\\?]*\\?>" 0 font-lock-keyword-face t) 4 '("<\\?cs +\\(call\\|each\\|if\\|alt\\|var\\|include\\)" 1 font-lock-keyword-face t) 5 '("<\\?cs +\\(/each\\|/if\\|/alt\\|/var\\|/include\\)" 1 font-lock-keyword-face t) 8 '("<\\?cs +var:\\([_0-9a-zA-Z\.]+\\)[^\\?]+\\?>" 1 font-lock-variable-name-face t) 9 '("<\\?cs +alt:\\([_0-9a-zA-Z\.]+\\)[^\\?]+\\?>" 1 font-lock-variable-name-face t) 10 '("<\\?cs +each:\\([_0-9a-zA-Z\.]+\\)[^\\?]+\\?>" 1 font-lock-variable-name-face t) 13 '("<\\?cs[^\"\\?]+\\(\"[^\"]+\"\\)[^\\?]+\\?>" 1 font-lock-string-face t) 33 (make-local-variable 'font-lock-defaults) 34 (setq font-lock-default [all...] |