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