Searched refs:lock2 (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | SynchronizedValue.h | 223 std::unique_lock<Lockable> lock2(other.mMutex, std::defer_lock); 224 std::lock(lock1, lock2); 235 std::unique_lock<Lockable> lock2(other.mMutex, std::defer_lock); 236 std::lock(lock1, lock2); 275 std::unique_lock<Lockable> lock2(other.mMutex, std::defer_lock); 276 std::lock(lock1, lock2); 402 std::unique_lock<Lockable> lock2(other.mMutex, std::defer_lock); 403 std::lock(lock1, lock2); 410 std::unique_lock<Lockable> lock2(other.mMutex, std::defer_lock); 411 std::lock(lock1, lock2); [all …]
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl17.c | 75 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()
|
/third_party/boost/libs/interprocess/test/ |
D | mutex_test_template.hpp | 145 lock_type lock2(mx); in operator ()() local 149 lock_type lock2(mx, defer_lock); in operator ()() local 153 lock_type lock2(mx, try_to_lock); in operator ()() local 159 lock_type lock2(mx, pt); in operator ()() local
|
/third_party/boost/libs/smart_ptr/test/ |
D | spinlock_pool_test.cpp | 26 boost::detail::spinlock_pool<2>::scoped_lock lock2( &x ); in main() local
|
D | lw_mutex_test.cpp | 24 boost::detail::lightweight_mutex::scoped_lock lock2( m2 ); in main() local
|
D | spinlock_test.cpp | 27 boost::detail::spinlock::scoped_lock lock2( sp2 ); in main() local
|
D | spinlock_try_test.cpp | 40 boost::detail::spinlock::scoped_lock lock2( sp2 ); in main() local
|
/third_party/python/Lib/test/ |
D | lock_tests.py | 291 lock2 = self.locktype() 292 lock2.acquire() 293 lock2._at_fork_reinit() 294 use_lock(lock2)
|
D | _test_multiprocessing.py | 2053 lock2 = val2.get_lock() 2133 lock2 = arr2.get_lock()
|
/third_party/boost/libs/thread/test/ |
D | test_mutex.cpp | 266 lock_type lock2(mx); in operator ()() local
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
D | cpuset_memory_testset.sh | 141 cpuset_memory_test --mmap-lock2 >"$MEMORY_RESULT" &
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.cpp | 614 ScopedLock lock2(real_cond.lock); in cond_wait_internal() local
|
/third_party/boost/libs/fiber/test/ |
D | test_mutex_post.cpp | 251 lock_type lock2(mx); in operator ()() local
|
D | test_mutex_dispatch.cpp | 251 lock_type lock2(mx); in operator ()() local
|