Searched refs:lockWithTimeout (Results 1 – 2 of 2) sorted by relevance
43 public CloseableReentrantLock lockWithTimeout(long timeout, TimeUnit unit) in lockWithTimeout() method in CloseableReentrantLock
81 return lock.lockWithTimeout(timeout, unit); in tryLock()