Home
last modified time | relevance | path

Searched defs:ScopedUnlock (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dinput_file_manager.cc22 struct ScopedUnlock { struct
23 ScopedUnlock(std::unique_lock<std::mutex>& lock) : lock_(lock) { in ScopedUnlock() argument
26 ~ScopedUnlock() { lock_.lock(); } in ~ScopedUnlock()
29 std::unique_lock<std::mutex>& lock_;
/third_party/node/src/
Dnode_mutex.h78 class ScopedUnlock; variable
91 friend class ScopedUnlock; variable
233 MutexBase<Traits>::ScopedUnlock::ScopedUnlock(const ScopedLock& scoped_lock) in ScopedUnlock() function