Searched refs:locks (Results 1 - 25 of 35) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Dblockgroup_lock.h41 struct bgl_lock locks[NR_BG_LOCKS]; member in struct:blockgroup_lock
49 spin_lock_init(&bgl->locks[i].lock);
57 (&(sb)->s_blockgroup_lock.locks[(block_group) & (NR_BG_LOCKS-1)].lock)
/external/valgrind/main/none/tests/
H A Dpth_rwlock.c12 pthread_rwlock_t locks[LOCKS]; local
17 if ((e = pthread_rwlock_init(locks + n, NULL)) != 0) {
24 if ((e = pthread_rwlock_destroy(locks + n)) != 0) {
/external/kernel-headers/original/asm-x86/
H A Dalternative_32.h23 void *locks, void *locks_end,
29 void *locks, void *locks_end,
28 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DAppTask.java35 import java.util.concurrent.locks.Condition;
36 import java.util.concurrent.locks.ReentrantLock;
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java22 import java.util.concurrent.locks.ReadWriteLock;
23 import java.util.concurrent.locks.ReentrantReadWriteLock;
/external/jsilver/src/org/clearsilver/
H A DFactoryLoader.java20 import java.util.concurrent.locks.ReadWriteLock;
21 import java.util.concurrent.locks.ReentrantReadWriteLock;
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpRequestBase.java36 import java.util.concurrent.locks.Lock;
37 import java.util.concurrent.locks.ReentrantLock;
152 // their own locks that may be used while calling
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThread.java35 import java.util.concurrent.locks.Condition;
H A DAbstractConnPool.java40 import java.util.concurrent.locks.Lock;
41 import java.util.concurrent.locks.ReentrantLock;
H A DConnPoolByRoute.java39 import java.util.concurrent.locks.Condition;
/external/kernel-headers/original/asm-arm/
H A Dsemaphore.h13 #include <asm/locks.h>
/external/easymock/src/org/easymock/internal/
H A DReplayState.java20 import java.util.concurrent.locks.ReentrantLock;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMoreExecutors.java36 import java.util.concurrent.locks.Condition;
37 import java.util.concurrent.locks.Lock;
38 import java.util.concurrent.locks.ReentrantLock;
H A DAbstractFuture.java26 import java.util.concurrent.locks.AbstractQueuedSynchronizer;
H A DAbstractService.java27 import java.util.concurrent.locks.ReentrantLock;
H A DMonitor.java27 import java.util.concurrent.locks.Condition;
28 import java.util.concurrent.locks.ReentrantLock;
44 * java.util.concurrent.locks.Condition#signalAll Condition.signalAll}) and that no signals are lost
45 * (no "hangs" due to incorrect use of {@link java.util.concurrent.locks.Condition#signal
H A DAbstractScheduledService.java28 import java.util.concurrent.locks.ReentrantLock;
/external/compiler-rt/lib/
H A Datomic.c11 * arbitrary-sized memory locations. This design uses locks that should
21 * locks and hashes the object pointers to find the one that it should use.
38 /// Number of locks. This allocates one page on 32-bit platforms, two on
71 /// locks for atomic operations
72 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} }; variable
87 /// locks for atomic operations
88 static Lock locks[SPINLOCK_COUNT]; variable
106 return locks + (hash & SPINLOCK_MASK);
/external/dbus/dbus/
H A Ddbus-threads.c55 * Functions and macros related to threads and thread locks.
141 * recursive locks.
307 DBusMutex ***locks = data; local
313 _dbus_mutex_free (*(locks[i]));
314 *(locks[i]) = NULL;
318 dbus_free (locks);
489 * Functions and macros related to threads and thread locks.
491 * If threads are initialized, the D-Bus library has locks on all
496 * Most other objects, however, do not have locks - they can only be
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php9 locks: strict //store, though not used (always strict)?
35 ^locks:\ (.+?$)\\n
/external/jmdns/src/javax/jmdns/impl/
H A DDNSStatefulObject.java9 import java.util.concurrent.locks.ReentrantLock;
/external/valgrind/main/helgrind/
H A Dhg_errors.c270 correspond to actual locks at the time of printing. Hmm.
343 this thread, when acquiring the locks in the "wrong"
392 /* Note the set of locks that the thread is (w-)holding.
832 locks in 'lockvec' and, if non-NULL, 'lockvec2'. */
851 static void show_LockP_summary_textmode ( Lock** locks, HChar* pre ) argument
853 tl_assert(locks);
856 count_LockP_vector(&nLocks, &nLocksValid, locks);
868 if (locks[i] == Lock_INVALID)
870 VG_(umsg)( "%p", (void*)locks[i]->guestaddr);
871 if (locks[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... .eclipse.core.runtime.jobs.ISchedulingRule[] locks public void " href="/4.2_r1/s?defs= ...
/external/e2fsprogs/e2fsck/
H A Drevoke.c68 #include <linux/locks.h>
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c31 #include <linux/locks.h>

Completed in 591 milliseconds

12