Home
last modified time | relevance | path

Searched refs:lockBoth (Results 1 – 3 of 3) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DFileSystemView.java514 lockBoth(store.writeLock(), destView.store.writeLock()); in copy()
621 private static void lockBoth(Lock sourceWriteLock, Lock destWriteLock) { in lockBoth() method in FileSystemView
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2566 bool lockBoth() EXCLUSIVE_TRYLOCK_FUNCTION(true, mu1_, mu2_);
2569 bool Foo::lockBoth() { in lockBoth() function in TrylockFunctionTest::Foo
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2921 bool lockBoth() EXCLUSIVE_TRYLOCK_FUNCTION(true, mu1_, mu2_);
2924 bool Foo::lockBoth() { in lockBoth() function in TrylockFunctionTest::Foo