Home
last modified time | relevance | path

Searched defs:AutoLock (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/include/base/
Dcef_lock.h124 explicit AutoLock(Lock& lock) : lock_(lock) { lock_.Acquire(); } in AutoLock() function
126 AutoLock(Lock& lock, const AlreadyAcquired&) : lock_(lock) { in AutoLock() function
/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/
Dlock_boost.h26 typedef boost::mutex::scoped_lock AutoLock; typedef
Dlock.h40 AutoLock(Lock& lock) : lock_(lock) { in AutoLock() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlock.h61 explicit AutoLock(Lock& lock) : lock_(lock) { in AutoLock() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlock.h61 explicit AutoLock(Lock& lock) : lock_(lock) { in AutoLock() function
/third_party/openh264/module/
DRefCounted.h37 explicit AutoLock(GMPMutex* aMutex) in AutoLock() function
/third_party/cef/libcef/common/
Dvalue_base.h36 explicit AutoLock(CefValueController* impl) in AutoLock() function
407 explicit AutoLock(CefValueBase* impl, bool modify) in AutoLock() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.h51 std::unique_lock<std::mutex> AutoLock; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp146426 typedef ::detail::PlaceholderAutoLock AutoLock; typedef in nsExpirationTracker
146439 void NotifyExpiredLocked(T* aObject, const AutoLock&) override in NotifyExpiredLocked()