Home
last modified time | relevance | path

Searched defs:WriterLock (Results 1 – 25 of 68) sorted by relevance

123

/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dlocks.h18 using WriterLock = std::unique_lock<std::shared_mutex>; variable
125 WriterLock() noexcept : locker_(nullptr) in WriterLock() function
128 WriterLock(WriterLock &&move) noexcept : locker_(move.locker_) in WriterLock() function
133 WriterLock(ReaderWriterLocker &locker) noexcept : locker_(nullptr) in WriterLock() function
138 WriterLock(ReaderWriterLocker &locker, try_to_lock_t) noexcept : locker_(nullptr) in WriterLock() function
179 friend class WriterLock; variable
/dports/editors/xi-term/xi-term-d264767/cargo-crates/log4rs-0.8.3/src/encode/writer/
H A Dconsole.rs145 pub struct WriterLock<'a>(AnsiWriter<StdWriterLock<'a>>); struct
147 impl<'a> io::Write for WriterLock<'a> { implementation
165 impl<'a> encode::Write for WriterLock<'a> { implementation
328 pub struct WriterLock<'a> { struct
329 console: &'a RawConsole,
330 inner: StdWriterLock<'a>,
333 impl<'a> io::Write for WriterLock<'a> { implementation
351 impl<'a> encode::Write for WriterLock<'a> { implementation
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dmutex.cc114 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
218 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
246 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dmutex.cc114 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
218 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
246 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dmutex.cc114 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
218 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
246 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dmutex.cc114 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
218 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
246 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dmutex.cc114 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
218 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
246 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dmutex.cc114 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
218 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
246 void ReaderWriterMutex::WriterLock() { in WriterLock() function in mozc::ReaderWriterMutex
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dthreads.h416 class WriterLock; variable
862 RWLock::WriterLock::WriterLock(RWLock& rwlock) in WriterLock() function
871 RWLock::WriterLock::WriterLock(RWLock& rwlock, NotLock) in WriterLock() function
878 RWLock::WriterLock::WriterLock(RWLock& rwlock, TryLock) in WriterLock() function
H A Dthread.h622 class WriterLock; variable
1026 RWLock::WriterLock::WriterLock(RWLock& rwlock) in WriterLock() function
1035 RWLock::WriterLock::WriterLock(RWLock& rwlock, NotLock) in WriterLock() function
1042 RWLock::WriterLock::WriterLock(RWLock& rwlock, TryLock) in WriterLock() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/platform/impl/
H A Dquic_mutex_impl.cc9 void QuicLockImpl::WriterLock() { in WriterLock() function in quic::QuicLockImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/platform/impl/
H A Dquic_mutex_impl.cc9 void QuicLockImpl::WriterLock() { in WriterLock() function in quic::QuicLockImpl
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/libamdhsacode/
H A Damd_hsa_locks.cpp69 void ReaderWriterLock::WriterLock() in WriterLock() function in amd::hsa::common::ReaderWriterLock
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Cache/
H A DMemoryObjectCache.h46 typedef boost::unique_lock<boost::shared_mutex> WriterLock; typedef
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/Cache/
H A DMemoryObjectCache.h46 typedef boost::unique_lock<boost::shared_mutex> WriterLock; typedef
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Cache/
H A DMemoryObjectCache.h46 typedef boost::unique_lock<boost::shared_mutex> WriterLock; typedef
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/Cache/
H A DMemoryObjectCache.h46 typedef boost::unique_lock<boost::shared_mutex> WriterLock; typedef
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Cache/
H A DMemoryObjectCache.h46 typedef boost::unique_lock<boost::shared_mutex> WriterLock; typedef
/dports/editors/xi-term/xi-term-d264767/cargo-crates/log4rs-0.8.3/src/append/
H A Dconsole.rs51 enum WriterLock<'a> { enum
56 impl<'a> io::Write for WriterLock<'a> { implementation
86 impl<'a> encode::Write for WriterLock<'a> { implementation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/platform/api/
H A Dquic_mutex.cc9 void QuicMutex::WriterLock() { in WriterLock() function in quic::QuicMutex
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/platform/api/
H A Dquic_mutex.cc9 void QuicMutex::WriterLock() { in WriterLock() function in quic::QuicMutex
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/include/shared_core/
H A DReaderWriterMutex.hpp122 class WriterLock class
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dmutex.h98 WriterLock(RWLock& x):rw_lock(x) { rw_lock.writer_lock(); } in WriterLock() function
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dmutex.h98 WriterLock(RWLock& x):rw_lock(x) { rw_lock.writer_lock(); } in WriterLock() function
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dmutex.h98 WriterLock(RWLock& x):rw_lock(x) { rw_lock.writer_lock(); } in WriterLock() function

123