Home
last modified time | relevance | path

Searched defs:unlock (Results 1 – 25 of 6582) sorted by relevance

12345678910>>...264

/dports/audio/musicpd/mpd-0.23.6/src/output/
H A DThread.cxx64 const ScopeUnlock unlock(mutex); in InternalOpen2() local
83 const ScopeUnlock unlock(mutex); in InternalOpen2() local
99 const ScopeUnlock unlock(mutex); in InternalEnable() local
122 const ScopeUnlock unlock(mutex); in InternalDisable() local
176 const ScopeUnlock unlock(mutex); in InternalCloseOutput() local
188 const ScopeUnlock unlock(mutex); in InternalClose() local
241 const ScopeUnlock unlock(mutex); in PlayChunk() local
327 const ScopeUnlock unlock(mutex); in InternalPlay() local
337 const ScopeUnlock unlock(mutex); in InternalPause() local
369 const ScopeUnlock unlock(mutex); in InternalPause() local
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/player/
H A DThread.cxx340 const ScopeUnlock unlock(pc.mutex); in UnlockCheckOutputs() local
447 const ScopeUnlock unlock(pc.mutex); in ActivateDecoder() local
482 const ScopeUnlock unlock(pc.mutex); in OpenOutput() local
625 const ScopeUnlock unlock(pc.mutex); in SeekDecoder() local
689 const ScopeUnlock unlock(pc.mutex); in SeekDecoder() local
965 const ScopeUnlock unlock(pc.mutex); in SongBorder() local
1183 const ScopeUnlock unlock(mutex); in RunThread() local
1197 const ScopeUnlock unlock(mutex); in RunThread() local
1214 const ScopeUnlock unlock(mutex); in RunThread() local
1226 const ScopeUnlock unlock(mutex); in RunThread() local
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dmutex.h18 inline void unlock() RELEASE() { m_mutex.unlock(); } in unlock() function
44 inline void unlock() RELEASE() { m_lock.unlock(); } in unlock() function
57 inline void unlock() RELEASE() { m_locker.unlock(); } in unlock() function
68 inline void unlock() RELEASE() { m_locker.unlock(); } in unlock() function
80 inline void unlock() RELEASE() { m_locker.unlock(); } in unlock() function
/dports/editors/kibi/kibi-0.2.2/cargo-crates/serial_test-0.5.1/src/
H A Dlib.rs34 let unlock = LOCKS.read().unwrap(); in check_new_key() localVariable
51 let unlock = LOCKS.read().unwrap(); in serial_core_with_return() localVariable
61 let unlock = LOCKS.read().unwrap(); in serial_core() localVariable
74 let unlock = LOCKS.read().unwrap(); in async_serial_core_with_return() localVariable
84 let unlock = LOCKS.read().unwrap(); in async_serial_core() localVariable
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/serial_test-0.5.0/src/
H A Dlib.rs34 let unlock = LOCKS.read().unwrap(); in check_new_key() localVariable
51 let unlock = LOCKS.read().unwrap(); in serial_core_with_return() localVariable
61 let unlock = LOCKS.read().unwrap(); in serial_core() localVariable
74 let unlock = LOCKS.read().unwrap(); in async_serial_core_with_return() localVariable
84 let unlock = LOCKS.read().unwrap(); in async_serial_core() localVariable
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/serial_test-0.5.1/src/
H A Dlib.rs34 let unlock = LOCKS.read().unwrap(); in check_new_key() localVariable
51 let unlock = LOCKS.read().unwrap(); in serial_core_with_return() localVariable
61 let unlock = LOCKS.read().unwrap(); in serial_core() localVariable
74 let unlock = LOCKS.read().unwrap(); in async_serial_core_with_return() localVariable
84 let unlock = LOCKS.read().unwrap(); in async_serial_core() localVariable
/dports/textproc/bat/bat-0.18.3/cargo-crates/serial_test-0.5.1/src/
H A Dlib.rs34 let unlock = LOCKS.read().unwrap(); in check_new_key() localVariable
51 let unlock = LOCKS.read().unwrap(); in serial_core_with_return() localVariable
61 let unlock = LOCKS.read().unwrap(); in serial_core() localVariable
74 let unlock = LOCKS.read().unwrap(); in async_serial_core_with_return() localVariable
84 let unlock = LOCKS.read().unwrap(); in async_serial_core() localVariable
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dmutex.h153 void unlock() in unlock() function
239 void unlock() in unlock() function
336 void unlock() in unlock() function
380 void unlock() in unlock() function
447 void unlock() in unlock() function
488 void unlock() in unlock() function
/dports/devel/ice37/ice-3.7.2/cpp/src/IceUtil/
H A DRecMutex.cpp69 IceUtil::RecMutex::unlock() const in unlock() function in IceUtil::RecMutex
79 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
93 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
209 IceUtil::RecMutex::unlock() const in unlock() function in IceUtil::RecMutex
223 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceUtil/
H A DRecMutex.cpp69 IceUtil::RecMutex::unlock() const in unlock() function in IceUtil::RecMutex
79 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
93 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
209 IceUtil::RecMutex::unlock() const in unlock() function in IceUtil::RecMutex
223 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceUtil/
H A DRecMutex.cpp69 IceUtil::RecMutex::unlock() const in unlock() function in IceUtil::RecMutex
79 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
93 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
209 IceUtil::RecMutex::unlock() const in unlock() function in IceUtil::RecMutex
223 IceUtil::RecMutex::unlock(LockState& state) const in unlock() function in IceUtil::RecMutex
/dports/audio/musicpd/mpd-0.23.6/src/input/cache/
H A DStream.cxx36 const ScopeUnlock unlock(mutex); in Check() local
60 const ScopeUnlock unlock(mutex); in IsAvailable() local
78 const ScopeUnlock unlock(mutex); in Read() local
92 const ScopeUnlock unlock(i.mutex); in OnInputCacheAvailable() local
/dports/finance/moneymanagerex/bakefile-0.2.9/src/
H A Dportautils.py72 def unlock(file): function
87 def unlock(file): function
92 def unlock(file): pass function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtThreads.cpp75 void btSpinMutex::unlock() in unlock() function in btSpinMutex
107 void btSpinMutex::unlock() in unlock() function in btSpinMutex
136 void btSpinMutex::unlock() in unlock() function in btSpinMutex
160 void btSpinMutex::unlock() in unlock() function in btSpinMutex
218 void btSpinMutex::unlock() in unlock() function in btSpinMutex
/dports/devel/ice37/ice-3.7.2/cpp/include/IceUtil/
H A DMutex.h182 Mutex::unlock() const in unlock() function
190 Mutex::unlock(LockState& state) const in unlock() function
201 Mutex::unlock(LockState&) const in unlock() function
323 Mutex::unlock() const in unlock() function
333 Mutex::unlock(LockState& state) const in unlock() function
/dports/devel/py-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DMutex.h182 Mutex::unlock() const in unlock() function
190 Mutex::unlock(LockState& state) const in unlock() function
201 Mutex::unlock(LockState&) const in unlock() function
323 Mutex::unlock() const in unlock() function
333 Mutex::unlock(LockState& state) const in unlock() function
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DMutex.h258 void unlock() in unlock() function
298 inline void Mutex::unlock() in unlock() function
333 inline void FastMutex::unlock() in unlock() function
380 inline void SpinlockMutex::unlock() in unlock() function
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Dmutex.cpp57 void Mutex::unlock() in unlock() function in cxxtools::Mutex
101 void RecursiveMutex::unlock() in unlock() function in cxxtools::RecursiveMutex
157 void ReadWriteMutex::unlock() in unlock() function in cxxtools::ReadWriteMutex
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzLock.inline.hpp41 inline void ZLock::unlock() { in unlock() function in ZLock
62 inline void ZReentrantLock::unlock() { in unlock() function in ZReentrantLock
88 inline void ZConditionLock::unlock() { in unlock() function in ZConditionLock
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzLock.inline.hpp42 inline void ZLock::unlock() { in unlock() function in ZLock
63 inline void ZReentrantLock::unlock() { in unlock() function in ZReentrantLock
89 inline void ZConditionLock::unlock() { in unlock() function in ZConditionLock
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzLock.inline.hpp41 inline void ZLock::unlock() { in unlock() function in ZLock
62 inline void ZReentrantLock::unlock() { in unlock() function in ZReentrantLock
88 inline void ZConditionLock::unlock() { in unlock() function in ZConditionLock
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dscoped_lock.hpp33 void unlock() { uv_mutex_unlock(mutex_); } in unlock() function in datastax::internal::Mutex
46 void unlock() { uv_rwlock_rdunlock(rwlock_); } in unlock() function in datastax::internal::ReadLock
59 void unlock() { uv_rwlock_wrunlock(rwlock_); } in unlock() function in datastax::internal::WriteLock
91 void unlock() { in unlock() function in datastax::internal::ScopedLock
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dlock.cpp80 void ScopedPvtLock::unlock() in unlock() function in ScopedPvtLock
124 void ScopedAllocLock::unlock() in unlock() function in ScopedAllocLock
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/src/
H A Dmutex.cpp45 mutex::unlock() _NOEXCEPT in unlock() function in mutex
77 recursive_mutex::unlock() _NOEXCEPT in unlock() function in recursive_mutex
124 timed_mutex::unlock() _NOEXCEPT in unlock() function in timed_mutex
179 recursive_timed_mutex::unlock() _NOEXCEPT in unlock() function in recursive_timed_mutex
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/src/
H A Dmutex.cpp45 mutex::unlock() _NOEXCEPT in unlock() function in mutex
77 recursive_mutex::unlock() _NOEXCEPT in unlock() function in recursive_mutex
124 timed_mutex::unlock() _NOEXCEPT in unlock() function in timed_mutex
179 recursive_timed_mutex::unlock() _NOEXCEPT in unlock() function in recursive_timed_mutex

12345678910>>...264