/external/valgrind/main/none/tests/ |
D | pth_rwlock.c | 12 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/ |
D | blockgroup_lock.h | 41 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/ |
D | HTTPExchange.java | 19 import java.util.concurrent.locks.Condition; 20 import java.util.concurrent.locks.Lock; 21 import java.util.concurrent.locks.ReentrantLock;
|
D | RequestIDSequence.java | 21 import java.util.concurrent.locks.Lock; 22 import java.util.concurrent.locks.ReentrantLock;
|
D | ApacheHTTPSender.java | 19 import java.util.concurrent.locks.Lock; 20 import java.util.concurrent.locks.ReentrantLock;
|
D | ApacheHTTPResponse.java | 20 import java.util.concurrent.locks.Lock; 21 import java.util.concurrent.locks.ReentrantLock;
|
/external/valgrind/unittest/output_tests/ |
D | fun_hist_test.tmpl | 3 T1 .test-thread-1. .locks held: ...: 7 T2 .test-thread-2. .locks held: ...:
|
D | output_test1.tmpl | 3 T2 .test-thread-2. .locks held: .L\d+..: 7 T1 .test-thread-1. .locks held: .L\d+..:
|
/external/kernel-headers/original/asm-x86/ |
D | alternative_32.h | 23 void *locks, void *locks_end, 29 void *locks, void *locks_end, in alternatives_smp_module_add() argument
|
/external/jsilver/src/org/clearsilver/ |
D | FactoryLoader.java | 20 import java.util.concurrent.locks.ReadWriteLock; 21 import java.util.concurrent.locks.ReentrantReadWriteLock;
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
D | LoadPathToFileCache.java | 22 import java.util.concurrent.locks.ReadWriteLock; 23 import java.util.concurrent.locks.ReentrantReadWriteLock;
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
D | AppTask.java | 35 import java.util.concurrent.locks.Condition; 36 import java.util.concurrent.locks.ReentrantLock;
|
/external/chromium_org/net/third_party/nss/patches/ |
D | cachelocks.patch | 48 + * 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/ |
D | atomic.c | 80 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/ |
D | wal3.test | 238 # 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 …]
|
D | wal2.test | 136 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/ |
D | MoreExecutors.java | 36 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/ |
D | HttpRequestBase.java | 36 import java.util.concurrent.locks.Lock; 37 import java.util.concurrent.locks.ReentrantLock;
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | AbstractConnPool.java | 40 import java.util.concurrent.locks.Lock; 41 import java.util.concurrent.locks.ReentrantLock;
|
D | WaitingThread.java | 35 import java.util.concurrent.locks.Condition;
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | CONTRIBUTORS.pthreads-win32 | 21 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/ |
D | base_unittests.gtest-tsan.txt | 9 # TSan doesn't understand SharedMemory locks, see http://crbug.com/45083
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | CONTRIBUTORS | 13 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.
|
D | pthread_spin_init.c | 72 #error ERROR [__FILE__, line __LINE__]: Process shared spin locks are not supported yet. in pthread_spin_init()
|
/external/valgrind/main/helgrind/tests/ |
D | tc22_exit_w_lock.stderr.exp-kfail-x86 | 12 Thread #x: Exiting thread still holds 2 locks
|