Home
last modified time | relevance | path

Searched defs:ReaderLock (Results 1 – 25 of 72) sorted by relevance

123

/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dlocks.h16 using ReaderLock = std::shared_lock<std::shared_mutex>; variable
72 ReaderLock() noexcept : locker_(nullptr) in ReaderLock() function
75 ReaderLock(ReaderLock &&move) noexcept : locker_(move.locker_) in ReaderLock() function
80 ReaderLock(ReaderWriterLocker &locker) noexcept : locker_(nullptr) in ReaderLock() function
85 ReaderLock(ReaderWriterLocker &locker, try_to_lock_t) noexcept : locker_(nullptr) in ReaderLock() function
177 friend class ReaderLock; variable
/dports/graphics/blender/blender-2.91.0/extern/glog/src/base/
H A Dmutex.h223 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
236 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
257 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
278 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/util/
H A Dmutex.h103 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
115 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
129 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
140 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/glog/src/base/
H A Dmutex.h223 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
236 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
257 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
278 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dmutex.h211 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
224 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
245 void Mutex::ReaderLock() { CERES_SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
266 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/devel/glog/glog-0.5.0/src/base/
H A Dmutex.h223 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
236 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
257 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
278 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/util/
H A Dmutex.h103 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
115 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
129 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
140 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/util/
H A Dmutex.h103 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
115 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
129 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
140 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/games/warzone2100/warzone2100/3rdparty/re2/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/devel/re2/re2-2021-11-01/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/util/
H A Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/dports/devel/gflags/gflags-2.2.2/src/
H A Dmutex.h227 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
247 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
271 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
296 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/graphics/blender/blender-2.91.0/extern/gflags/src/
H A Dmutex.h227 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
247 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
271 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
296 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/devel/google-perftools/gperftools-2.9.1/src/base/
H A Dsimple_mutex.h214 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
232 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
254 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
277 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h214 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
232 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
254 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
277 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h214 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
232 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
254 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
277 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/third_party/gflags/src/
H A Dmutex.h232 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
252 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
276 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
301 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/third_party/gflags/src/
H A Dmutex.h232 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
252 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
276 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
301 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/third_party/gflags/src/
H A Dmutex.h232 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
252 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
276 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
301 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function

123