Home
last modified time | relevance | path

Searched refs:locks (Results 1 – 25 of 110) sorted by relevance

12345

/external/valgrind/main/none/tests/
Dpth_rwlock.c12 pthread_rwlock_t locks[LOCKS]; in main() local
17 if ((e = pthread_rwlock_init(locks + n, NULL)) != 0) { in main()
24 if ((e = pthread_rwlock_destroy(locks + n)) != 0) { in main()
/external/kernel-headers/original/linux/
Dblockgroup_lock.h41 struct bgl_lock locks[NR_BG_LOCKS]; member
49 spin_lock_init(&bgl->locks[i].lock); in bgl_lock_init()
57 (&(sb)->s_blockgroup_lock.locks[(block_group) & (NR_BG_LOCKS-1)].lock)
/external/smack/src/com/kenai/jbosh/
DHTTPExchange.java19 import java.util.concurrent.locks.Condition;
20 import java.util.concurrent.locks.Lock;
21 import java.util.concurrent.locks.ReentrantLock;
DRequestIDSequence.java21 import java.util.concurrent.locks.Lock;
22 import java.util.concurrent.locks.ReentrantLock;
DApacheHTTPSender.java19 import java.util.concurrent.locks.Lock;
20 import java.util.concurrent.locks.ReentrantLock;
DApacheHTTPResponse.java20 import java.util.concurrent.locks.Lock;
21 import java.util.concurrent.locks.ReentrantLock;
/external/valgrind/unittest/output_tests/
Dfun_hist_test.tmpl3 T1 .test-thread-1. .locks held: ...:
7 T2 .test-thread-2. .locks held: ...:
Doutput_test1.tmpl3 T2 .test-thread-2. .locks held: .L\d+..:
7 T1 .test-thread-1. .locks held: .L\d+..:
/external/kernel-headers/original/asm-x86/
Dalternative_32.h23 void *locks, void *locks_end,
29 void *locks, void *locks_end, in alternatives_smp_module_add() argument
/external/jsilver/src/org/clearsilver/
DFactoryLoader.java20 import java.util.concurrent.locks.ReadWriteLock;
21 import java.util.concurrent.locks.ReentrantReadWriteLock;
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DLoadPathToFileCache.java22 import java.util.concurrent.locks.ReadWriteLock;
23 import java.util.concurrent.locks.ReentrantReadWriteLock;
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DAppTask.java35 import java.util.concurrent.locks.Condition;
36 import java.util.concurrent.locks.ReentrantLock;
/external/chromium_org/net/third_party/nss/patches/
Dcachelocks.patch48 + * the session cache locks on shutdown and resets them to their initial
75 + * session cache locks. */
133 -/* free the session cache locks if they were initialized early */
149 -/* free the session cache locks if they were initialized lazily */
/external/compiler-rt/lib/
Datomic.c80 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} }; variable
93 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable
110 static Lock locks[SPINLOCK_COUNT]; variable
128 return locks + (hash & SPINLOCK_MASK); in lock_for_pointer()
/external/chromium_org/third_party/sqlite/src/test/
Dwal3.test238 # lock, then locks all other bytes before commencing recovery. If it fails
247 lappend ::locks $lock
253 set ::locks [list]
256 lrange $::locks 0 3
262 set ::locks [list]
265 lrange $::locks 0 3
278 set ::locks [list]
290 set ::locks [list]
336 # is still holding all the locks (recovery takes an exclusive lock
337 # on *all* db locks, preventing access by any other client).
[all …]
Dwal2.test136 set ::locks [list]
138 lappend ::locks [lindex $args 2]
149 set ::locks
225 set ::locks [list]
228 lappend ::locks $lock
242 set ::locks
246 set ::locks [list]
249 lappend ::locks $lock
373 # required the client grabs all exclusive locks (just as it would for a
388 if {$method == "xShmLock"} { lappend ::locks [lindex $args 2] }
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java36 import java.util.concurrent.locks.Condition;
37 import java.util.concurrent.locks.Lock;
38 import java.util.concurrent.locks.ReentrantLock;
/external/apache-http/src/org/apache/http/client/methods/
DHttpRequestBase.java36 import java.util.concurrent.locks.Lock;
37 import java.util.concurrent.locks.ReentrantLock;
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DAbstractConnPool.java40 import java.util.concurrent.locks.Lock;
41 import java.util.concurrent.locks.ReentrantLock;
DWaitingThread.java35 import java.util.concurrent.locks.Condition;
/external/chromium_org/third_party/WebKit/Source/wtf/
DCONTRIBUTORS.pthreads-win3221 implementation of spin locks and barriers;
55 First implementation of read-write locks.
81 Re-implemented and improved read-write locks;
137 implementation of MCS (Mellor-Crummey/Scott) locks.
/external/chromium_org/tools/valgrind/gtest_exclude/
Dbase_unittests.gtest-tsan.txt9 # TSan doesn't understand SharedMemory locks, see http://crbug.com/45083
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
DCONTRIBUTORS13 implementation of spin locks and barriers;
47 First implementation of read-write locks.
73 Re-implemented and improved read-write locks;
130 implementation of MCS (Mellor-Crummey/Scott) locks.
Dpthread_spin_init.c72 #error ERROR [__FILE__, line __LINE__]: Process shared spin locks are not supported yet. in pthread_spin_init()
/external/valgrind/main/helgrind/tests/
Dtc22_exit_w_lock.stderr.exp-kfail-x8612 Thread #x: Exiting thread still holds 2 locks

12345