Searched refs:tryLockFor (Results 1 – 3 of 3) sorted by relevance
578 Expected<sys::fs::FileLocker> tryLockFor(Duration const& Timeout);
872 raw_fd_ostream::tryLockFor(Duration const& Timeout) { in tryLockFor() function in raw_fd_ostream
2434 Expected<fs::FileLocker> L2 = Stream2.tryLockFor(250ms); in TEST_F()2437 Expected<fs::FileLocker> L3 = Stream.tryLockFor(0ms); in TEST_F()