/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/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/guava/src/com/google/common/util/concurrent/ |
D | Executors.java | 30 import java.util.concurrent.locks.Condition; 31 import java.util.concurrent.locks.Lock; 32 import java.util.concurrent.locks.ReentrantLock;
|
D | AbstractFuture.java | 24 import java.util.concurrent.locks.AbstractQueuedSynchronizer;
|
D | AbstractService.java | 30 import java.util.concurrent.locks.ReentrantLock;
|
/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/llvm/lib/Support/Windows/ |
D | RWMutex.inc | 21 // FIXME: Windows does not have reader-writer locks pre-Vista. If you want 22 // real reader-writer locks, you a threads implementation for Windows.
|
/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/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;
|
D | ConnPoolByRoute.java | 39 import java.util.concurrent.locks.Condition;
|
/external/dbus/dbus/ |
D | dbus-threads.c | 307 DBusMutex ***locks = data; in shutdown_global_locks() local 313 _dbus_mutex_free (*(locks[i])); in shutdown_global_locks() 314 *(locks[i]) = NULL; in shutdown_global_locks() 318 dbus_free (locks); in shutdown_global_locks()
|
/external/webkit/Source/JavaScriptCore/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/valgrind/tsan/offline_tests/ |
D | simple_race_1.tst | 5 # Create two locks.
|
/external/chromium/chrome/browser/ |
D | utility.sb | 10 ; This configuration locks everything down, except access to one configurable
|
/external/easymock/src/org/easymock/internal/ |
D | ReplayState.java | 20 import java.util.concurrent.locks.ReentrantLock;
|
/external/valgrind/main/helgrind/tests/ |
D | tc20_verifywrap.stderr.exp-glibc25-amd64 | 149 ------------ dealloc of mem holding locks ------------
|
D | tc20_verifywrap.stderr.exp-glibc27-amd64 | 159 ------------ dealloc of mem holding locks ------------
|
/external/valgrind/tsan/ |
D | thread_sanitizer.cc | 806 static string SetOfLocksToString(const set<LID> &locks) { in SetOfLocksToString() argument 808 for (set<LID>::const_iterator it = locks.begin(); in SetOfLocksToString() 809 it != locks.end(); ++it) { in SetOfLocksToString() 813 if (it != locks.begin()) in SetOfLocksToString() 1006 static void AddLocksToSet(LSID lsid, set<LID> *locks) { in AddLocksToSet() argument 1009 locks->insert(lsid.GetSingleton()); in AddLocksToSet() 1013 locks->insert(*it); in AddLocksToSet() 3950 int32_t min_lock_era, set<LID> *locks) { in Intersect() 3966 locks->insert(lid); in Intersect() 3969 return !locks->empty(); in Intersect() [all …]
|
/external/oprofile/events/i386/nehalem/ |
D | unit_masks | 145 …0x01 hit Counts retired load locks that hit in the L1 data cache or hit in an already allocated fi… 146 …0x02 s_state Counts L1 data cache retired load locks that hit the target cache line in the shared … 147 …0x04 e_state Counts L1 data cache retired load locks that hit the target cache line in the exclusi… 148 …0x08 m_state Counts L1 data cache retired load locks that hit the target cache line in the modifie…
|
/external/valgrind/main/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 214 164669 Fixd r8747 SVN regression: mmap() drops posix file locks
|