Searched defs:ScopedLock (Results 1 – 2 of 2) sorted by relevance
29 class ScopedLock; variable76 explicit ScopedLock(Guarded<T>& guarded) : lock_(guarded.lock_), guarded_(*guarded.guarded_) { in ScopedLock() function
73 public class ScopedLock implements AutoCloseable { class in CloseableLock74 private ScopedLock() {} in ScopedLock() method in CloseableLock.ScopedLock