Home
last modified time | relevance | path

Searched defs:ScopeLock (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/misc/
H A Dscopelock.hxx27 class ScopeLock class
31 ScopeLock() : mnLock(0) {} in ScopeLock() function in sd::ScopeLock
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/misc/
H A Dscopelock.hxx28 class ScopeLock class
32 ScopeLock() : mnLock(0) {} in ScopeLock() function in sd::ScopeLock
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/storage/indexed_db/scopes/
H A Dscope_lock.cc17 ScopeLock::ScopeLock(ScopeLock&& other) noexcept { in ScopeLock() function in content::ScopeLock
25 ScopeLock::ScopeLock(ScopeLockRange range, in ScopeLock() function in content::ScopeLock
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/indexed_db/scopes/
H A Dscope_lock.cc17 ScopeLock::ScopeLock(ScopeLock&& other) noexcept { in ScopeLock() function in content::ScopeLock
25 ScopeLock::ScopeLock(ScopeLockRange range, in ScopeLock() function in content::ScopeLock
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_lowlevel.h468 struct ScopeLock struct
470 ScopeLock() : m_pLock( nullptr ) {} in ScopeLock() function
472 ~ScopeLock() { if ( m_pLock ) m_pLock->unlock(); } in ~ScopeLock() argument
473 bool IsLocked() const { return m_pLock != nullptr; } in IsLocked()
485 bool TryLock( TLock &lock, int msTimeout, const char *pszTag ) in TryLock()
516 using ShortDurationScopeLock = ScopeLock<ShortDurationLock>; argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dthread_annotations_unittest.cc28 class RTC_SCOPED_LOCKABLE ScopeLock { class
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dthread_annotations_unittest.cc28 class RTC_SCOPED_LOCKABLE ScopeLock { class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dthread_annotations_unittest.cc28 class RTC_SCOPED_LOCKABLE ScopeLock { class
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dthread_annotations_unittest.cc28 class RTC_SCOPED_LOCKABLE ScopeLock { class
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dthread_annotations_unittest.cc27 class RTC_SCOPED_LOCKABLE ScopeLock { class
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dthread_annotations_unittest.cc27 class RTC_SCOPED_LOCKABLE ScopeLock { class
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dthread_annotations_unittest.cc27 class RTC_SCOPED_LOCKABLE ScopeLock { class
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dthread_annotations_unittest.cc25 class SCOPED_LOCKABLE ScopeLock { class