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

12

/external/valgrind/main/helgrind/tests/
H A Dtc20_verifywrap.stderr.exp230 ------------ dealloc of mem holding locks ------------
/external/valgrind/tsan/
H A Dthread_sanitizer.cc811 static string SetOfLocksToString(const set<LID> &locks) { argument
813 for (set<LID>::const_iterator it = locks.begin();
814 it != locks.end(); ++it) {
818 if (it != locks.begin())
1011 static void AddLocksToSet(LSID lsid, set<LID> *locks) { argument
1014 locks->insert(lsid.GetSingleton());
1018 locks->insert(*it);
1055 // multiple locks.
3844 // For each thread we store a limited amount of history of locks and unlocks.
3865 // LockHistory which will track no more than `size` recent locks
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/oprofile/events/i386/nehalem/
H A Devents48 event:0x42 counters:0,1 um:l1d_cache_lock minimum:6000 name:L1D_CACHE_LOCK : Counts retired load locks in the L1D cache.
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c5625 Bit8u device, status, locks; local
5740 locks = read_byte(ebda_seg, &EbdaData->ata.devices[device].lock);
5744 if (locks == 0xff) {
5749 write_byte(ebda_seg, &EbdaData->ata.devices[device].lock, ++locks);
5753 if (locks == 0x00) {
5758 write_byte(ebda_seg, &EbdaData->ata.devices[device].lock, --locks);
5759 SET_AL(locks==0?0:1);
5762 SET_AL(locks==0?0:1);
5769 locks = read_byte(ebda_seg, &EbdaData->ata.devices[device].lock);
5771 if (locks !
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java31 import java.util.concurrent.locks.ReentrantLock;
1719 // Synchronize only if we are not already in process to prevent dead locks
/external/ppp/pppd/
H A Dsys-linux.c146 #include <sys/locks.h>
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c65 #include <linux/locks.h>
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java75 import java.util.concurrent.locks.ReentrantLock;
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java55 import java.util.concurrent.locks.ReentrantLock;

Completed in 1702 milliseconds

12