Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h578 Expected<sys::fs::FileLocker> tryLockFor(Duration const& Timeout);
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp872 raw_fd_ostream::tryLockFor(Duration const& Timeout) { in tryLockFor() function in raw_fd_ostream
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp2434 Expected<fs::FileLocker> L2 = Stream2.tryLockFor(250ms); in TEST_F()
2437 Expected<fs::FileLocker> L3 = Stream.tryLockFor(0ms); in TEST_F()