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.java22 Object lock1 = new Object(); in simple() local
29 Object lock1 = new Object(); in nested() local
/external/libchrome/base/task_scheduler/
Dscheduler_lock_unittest.cc138 SchedulerLock lock1; in TEST() local
147 SchedulerLock lock1; in TEST() local
159 SchedulerLock lock1; in TEST() local
169 SchedulerLock lock1; in TEST() local
179 SchedulerLock lock1; in TEST() local
268 SchedulerLock lock1; in TEST() member
284 SchedulerLock lock1; in TEST() member
/external/fio/
Drate-submit.c174 static void pthread_double_unlock(pthread_mutex_t *lock1, in pthread_double_unlock()
183 static void pthread_double_lock(pthread_mutex_t *lock1, pthread_mutex_t *lock2) in pthread_double_lock()
/external/libevent/
Devthread-internal.h302 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
303 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
338 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
348 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c74 struct flock lock1 = { (short)F_WRLCK, (short)0, 2, 5, (short)0 }; variable
/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