Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
DSynchronizedValue.h223 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/
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()
/third_party/boost/libs/interprocess/test/
Dmutex_test_template.hpp145 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/
Dspinlock_pool_test.cpp26 boost::detail::spinlock_pool<2>::scoped_lock lock2( &x ); in main() local
Dlw_mutex_test.cpp24 boost::detail::lightweight_mutex::scoped_lock lock2( m2 ); 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
/third_party/python/Lib/test/
Dlock_tests.py291 lock2 = self.locktype()
292 lock2.acquire()
293 lock2._at_fork_reinit()
294 use_lock(lock2)
D_test_multiprocessing.py2053 lock2 = val2.get_lock()
2133 lock2 = arr2.get_lock()
/third_party/boost/libs/thread/test/
Dtest_mutex.cpp266 lock_type lock2(mx); in operator ()() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_testset.sh141 cpuset_memory_test --mmap-lock2 >"$MEMORY_RESULT" &
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp614 ScopedLock lock2(real_cond.lock); in cond_wait_internal() local
/third_party/boost/libs/fiber/test/
Dtest_mutex_post.cpp251 lock_type lock2(mx); in operator ()() local
Dtest_mutex_dispatch.cpp251 lock_type lock2(mx); in operator ()() local