Home
last modified time | relevance | path

Searched refs:lock2 (Results 1 – 6 of 6) 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/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/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