HomeSort by relevance Sort by last modified time
    Searched refs:lock1 (Results 1 - 25 of 30) sorted by null

1 2

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Target12.java 22 Object lock1 = new Object(); local
23 synchronized (lock1) {
29 Object lock1 = new Object(); local
30 synchronized (lock1) {
  /external/libchrome/base/task_scheduler/
scheduler_lock_unittest.cc 138 SchedulerLock lock1; local
141 lock1.Acquire();
147 SchedulerLock lock1; local
148 SchedulerLock lock2(&lock1);
150 lock1.Acquire();
155 lock1.Release();
159 SchedulerLock lock1; local
160 SchedulerLock lock2(&lock1);
169 SchedulerLock lock1; local
170 SchedulerLock lock2(&lock1);
179 SchedulerLock lock1; local
268 SchedulerLock lock1; member in struct:base::internal::__anon22867::LockCycle
284 SchedulerLock lock1; member in struct:base::internal::__anon22867::LockCycle
    [all...]
  /external/fio/
rate-submit.c 174 static void pthread_double_unlock(pthread_mutex_t *lock1,
178 pthread_mutex_unlock(lock1);
183 static void pthread_double_lock(pthread_mutex_t *lock1, pthread_mutex_t *lock2)
186 if (lock1 < lock2) {
187 pthread_mutex_lock(lock1);
191 pthread_mutex_lock(lock1);
  /external/libevent/
evthread-internal.h 300 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) _EVUTIL_NIL_STMT
301 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) _EVUTIL_NIL_STMT
334 /** Acquire both lock1 and lock2. Always allocates locks in the same order,
336 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \
338 void *_lock1_tmplock = (lock1); \
345 /** Release both lock1 and lock2. */
346 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \
348 void *_lock1_tmplock = (lock1); \
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CycleDetectingLockFactoryTest.java 50 private ReentrantLock lock1; field in class:CycleDetectingLockFactoryTest
80 lock1 = factory2.newReentrantLock(MyOrder.FIRST);
163 lock1.lock();
180 lock1.lock();
190 lock1.lock();
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl17.c 74 struct flock lock1 = { (short)F_WRLCK, (short)0, 2, 5, (short)0 }; variable in typeref:struct:flock
190 if (fcntl(file_fd, F_SETLK, &lock1) < 0) {
543 if (do_test(&lock1, child_pid1)) {
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.cpp 294 std::lock_guard<std::mutex> lock1(mLayerLock);
593 std::lock_guard<std::mutex> lock1(mLayerLock);
615 std::lock_guard<std::mutex> lock1(mPendingLayersLock);
633 std::lock_guard<std::mutex> lock1(mPendingLayersLock);
  /art/runtime/
monitor_test.cc 408 ObjectLock<mirror::Object> lock1(self, obj1);
  /external/dng_sdk/source/
dng_pthread.cpp 585 ScopedLock lock1(real_cond.lock);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_testset.sh 124 cpuset_memory_test --mmap-lock1 >"$MEMORY_RESULT" &
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp     [all...]
  /bionic/tests/
pthread_test.cpp 747 pthread_rwlock_t lock1 = PTHREAD_RWLOCK_INITIALIZER; local
750 ASSERT_EQ(0, memcmp(&lock1, &lock2, sizeof(lock1)));
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 859 lock1 = val1.get_lock()
945 lock1 = arr1.get_lock()
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 948 lock1 = val1.get_lock()
1035 lock1 = arr1.get_lock()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 930 lock1 = val1.get_lock()
1017 lock1 = arr1.get_lock()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 930 lock1 = val1.get_lock()
1017 lock1 = arr1.get_lock()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 930 lock1 = val1.get_lock()
1017 lock1 = arr1.get_lock()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 930 lock1 = val1.get_lock()
1017 lock1 = arr1.get_lock()
    [all...]
  /prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/
lombok.ast-0.2.3.a2.jar 
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 5077 milliseconds

1 2