Home
last modified time | relevance | path

Searched refs:lock2 (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/task_scheduler/
Dscheduler_lock_unittest.cc139 SchedulerLock lock2; in TEST() local
142 lock2.Acquire(); in TEST()
148 SchedulerLock lock2(&lock1); in TEST() local
149 SchedulerLock lock3(&lock2); in TEST()
151 lock2.Acquire(); in TEST()
154 lock2.Release(); in TEST()
160 SchedulerLock lock2(&lock1); in TEST() local
161 SchedulerLock lock3(&lock2); in TEST()
162 lock2.Acquire(); in TEST()
165 lock2.Release(); in TEST()
[all …]
/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
341 void *lock2_tmplock_ = (lock2); \
348 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
351 void *lock2_tmplock_ = (lock2); \
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
DTarget12.java32 Object lock2 = new Object(); in nested() local
33 synchronized (lock2) { in nested()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java51 private ReentrantLock lock2; field in CycleDetectingLockFactoryTest
81 lock2 = factory2.newReentrantLock(MyOrder.SECOND); in setUp()
166 lock2.lock(); in testExplicitOrdering_noViolations()
173 lock2.lock(); in testExplicitOrdering_violations()
187 lock2.lock(); in testExplicitOrdering_violations()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c75 struct flock lock2 = { (short)F_WRLCK, (short)0, 9, 5, (short)0 }; variable
222 if (fcntl(file_fd, F_SETLK, &lock2) < 0) { in do_child2()
557 if (do_test(&lock2, child_pid2)) { in main()
613 do_test(&lock2, child_pid2); in main()
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java228 final CycleDetectingLock<T> lock2, in grabLocksInThread() argument
237 ListMultimap<Thread, T> cycle = lock2.lockOrDetectPotentialLocksCycle(); in grabLocksInThread()
239 lock2.unlock(); in grabLocksInThread()
/external/libchrome/base/debug/
Dactivity_tracker_unittest.cc176 char lock2; in TEST_F() local
178 ActivityData::ForLock(&lock2)); in TEST_F()
187 EXPECT_EQ(reinterpret_cast<uintptr_t>(&lock2), in TEST_F()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_testset.sh141 cpuset_memory_test --mmap-lock2 >"$MEMORY_RESULT" &
/external/dng_sdk/source/
Ddng_pthread.cpp614 ScopedLock lock2(real_cond.lock); in cond_wait_internal() local
/external/u-boot/arch/arm/include/asm/arch-mx7ulp/
Dimx-regs.h988 u32 lock2; member
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py993 lock2 = val2.get_lock()
1080 lock2 = arr2.get_lock()
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1944 lock2 = val2.get_lock()
2024 lock2 = arr2.get_lock()