Home
last modified time | relevance | path

Searched defs:lock1 (Results 1 – 9 of 9) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
DTarget12.java33 Object lock1 = new Object(); in nested() local
/external/libevent/
Devthread-internal.h300 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) _EVUTIL_NIL_STMT argument
301 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) _EVUTIL_NIL_STMT argument
336 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
346 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
/external/libdrm/tests/
Dlock.c44 unsigned int lock1 = 0x00001111; variable
/external/v8/test/cctest/
Dtest-lockers.cc470 v8::Locker lock1(isolate1_); in Run() local
532 v8::Locker lock1(isolate_); in Run() local
599 v8::Locker lock1(CcTest::isolate()); in Run() local
/external/opencv3/3rdparty/openexr/IlmThread/
DIlmThreadPool.cpp261 Lock lock1 (taskMutex); in finish() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java50 private ReentrantLock lock1; field in CycleDetectingLockFactoryTest
/external/dng_sdk/source/
Ddng_pthread.cpp585 ScopedLock lock1(real_cond.lock); in cond_wait_internal() local
/external/valgrind/drd/tests/
Dtsan_unittest.cpp6995 MutexLock lock1(&mu1); // Protect PTR. in Writer1() local
7001 MutexLock lock1(&mu1); // Protect PTR. in Writer2() local
7054 MutexLock lock1(&mu1); // Protect PTR. in GoodWriter1() local
7060 MutexLock lock1(&mu1); // Protect PTR. in GoodWriter2() local
7065 MutexLock lock1(&mu1); // Protect PTR. in GoodReader() local
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2919 void Foo::lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_) { in lock1() function in DuplicateAttributeTest::Foo