Home
last modified time | relevance | path

Searched defs:lock2 (Results 1 – 25 of 34) sorted by relevance

12

/external/libchrome/base/task_scheduler/
Dscheduler_lock_unittest.cc139 SchedulerLock lock2; in TEST() local
148 SchedulerLock lock2(&lock1); in TEST() local
160 SchedulerLock lock2(&lock1); in TEST() local
170 SchedulerLock lock2(&lock1); in TEST() local
180 SchedulerLock lock2; in TEST() local
269 SchedulerLock lock2; in TEST() member
285 SchedulerLock lock2; in TEST() member
/external/cronet/base/task/common/
Dchecked_lock_unittest.cc141 CheckedLock lock2; in TEST() local
150 CheckedLock lock2(&lock1); in TEST() local
162 CheckedLock lock2(&lock1); in TEST() local
173 CheckedLock lock2(&lock1); in TEST() local
183 CheckedLock lock2; in TEST() local
272 CheckedLock lock2; in TEST() member
288 CheckedLock lock2; in TEST() member
315 CheckedLock lock2(&lock); in TEST() local
375 CheckedLock lock2; in TEST() local
/external/angle/src/libANGLE/
DGlobalMutex_unittest.cpp93 egl::ScopedGlobalMutexLock lock2; in TEST() local
100 egl::ScopedOptionalGlobalMutexLock lock2(true); in TEST() local
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dspinlock_pool_test.cpp26 boost::detail::spinlock_pool<2>::scoped_lock lock2( &x ); in main() local
Dspinlock_test.cpp27 boost::detail::spinlock::scoped_lock lock2( sp2 ); in main() local
Dspinlock_try_test.cpp40 boost::detail::spinlock::scoped_lock lock2( sp2 ); in main() local
Dlw_mutex_test.cpp24 boost::detail::lightweight_mutex::scoped_lock lock2( m2 ); in main() local
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DStructuredLockingTarget.java33 Object lock2 = new Object(); in nested() local
/external/libevent/
Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
/external/guice/core/test/com/google/inject/internal/
DCycleDetectingLockTest.java228 final CycleDetectingLock<T> lock2, in grabLocksInThread()
/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_token_pred.pass.cpp66 Lock lock2{mutex}; in test() local
Dwait_for_token_pred.pass.cpp115 Lock lock2{mutex}; in test() local
Dwait_until_token_pred.pass.cpp117 Lock lock2{mutex}; in test() local
/external/rust/crates/tokio/tests/
Dsync_mutex.rs65 let mut lock2 = lock.clone(); localVariable
/external/rust/crates/named-lock/src/
Dlib.rs258 let lock2 = NamedLock::create(&uuid)?; in edge_cases() localVariable
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c75 struct flock lock2 = { (short)F_WRLCK, (short)0, 9, 5, (short)0 }; variable
/external/rust/crates/parking_lot/src/
Dfair_mutex.rs206 let lock2 = lock.lock(); in test_mutex_arc_nested() localVariable
Dmutex.rs243 let lock2 = lock.lock(); in test_mutex_arc_nested() localVariable
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java50 private ReentrantLock lock2; field in CycleDetectingLockFactoryTest
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java50 private ReentrantLock lock2; field in CycleDetectingLockFactoryTest
/external/crosvm/cros_async/src/sync/
Dspin.rs248 let lock2 = nested.lock(); in arc_nested() localVariable
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_mutex.cpp266 lock_type lock2(mx); in operator ()() local
/external/cronet/third_party/libc++abi/src/test/
Dguard_threaded_test.pass.cpp351 int lock2 = 0; in test_futex_syscall() local
/external/libcxxabi/test/
Dguard_threaded_test.pass.cpp386 int lock2 = 0; in test_futex_syscall() local
/external/oboe/src/aaudio/
DAudioStreamAAudio.cpp489 std::unique_lock<std::shared_mutex> lock2(mAAudioStreamLock); in close() local

12