Home
last modified time | relevance | path

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

123

/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/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/guava/src/com/google/common/util/concurrent/
DExecutors.java30 import java.util.concurrent.locks.Condition;
31 import java.util.concurrent.locks.Lock;
32 import java.util.concurrent.locks.ReentrantLock;
DAbstractFuture.java24 import java.util.concurrent.locks.AbstractQueuedSynchronizer;
DAbstractService.java30 import java.util.concurrent.locks.ReentrantLock;
/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/llvm/lib/Support/Windows/
DRWMutex.inc21 // 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/
DLoadPathToFileCache.java22 import java.util.concurrent.locks.ReadWriteLock;
23 import java.util.concurrent.locks.ReentrantReadWriteLock;
/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;
DConnPoolByRoute.java39 import java.util.concurrent.locks.Condition;
/external/dbus/dbus/
Ddbus-threads.c307 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/
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/valgrind/tsan/offline_tests/
Dsimple_race_1.tst5 # Create two locks.
/external/chromium/chrome/browser/
Dutility.sb10 ; This configuration locks everything down, except access to one configurable
/external/easymock/src/org/easymock/internal/
DReplayState.java20 import java.util.concurrent.locks.ReentrantLock;
/external/valgrind/main/helgrind/tests/
Dtc20_verifywrap.stderr.exp-glibc25-amd64149 ------------ dealloc of mem holding locks ------------
Dtc20_verifywrap.stderr.exp-glibc27-amd64159 ------------ dealloc of mem holding locks ------------
/external/valgrind/tsan/
Dthread_sanitizer.cc806 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/
Dunit_masks145 …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/
D3_3_BUGSTATUS.txt214 164669 Fixd r8747 SVN regression: mmap() drops posix file locks

123