Home
last modified time | relevance | path

Searched refs:ScopedUnlock (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DScopedUnlock.h28 class ScopedUnlock
35 inline ScopedUnlock(M& mutex, bool unlockNow = true): _mutex(mutex) in _mutex()
40 inline ~ScopedUnlock() in ~ScopedUnlock()
55 ScopedUnlock();
56 ScopedUnlock(const ScopedUnlock&);
57 ScopedUnlock& operator = (const ScopedUnlock&);
H A DCondition.h58 ScopedUnlock<Mtx> unlock(mutex, false); in wait()
94 ScopedUnlock<Mtx> unlock(mutex, false); in tryWait()
/dports/www/node10/node-v10.24.1/src/
H A Dnode_mutex.h27 class ScopedUnlock; variable
32 inline explicit ScopedLock(const ScopedUnlock& scoped_unlock);
37 friend class ScopedUnlock; variable
42 class ScopedUnlock {
44 inline explicit ScopedUnlock(const ScopedLock& scoped_lock);
45 inline ~ScopedUnlock();
50 DISALLOW_COPY_AND_ASSIGN(ScopedUnlock);
168 MutexBase<Traits>::ScopedLock::ScopedLock(const ScopedUnlock& scoped_unlock) in ScopedLock()
177 MutexBase<Traits>::ScopedUnlock::ScopedUnlock(const ScopedLock& scoped_lock) in ScopedUnlock() function
183 MutexBase<Traits>::ScopedUnlock::~ScopedUnlock() { in ~ScopedUnlock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dinput_file_manager.cc22 struct ScopedUnlock { struct
23 ScopedUnlock(std::unique_lock<std::mutex>& lock) : lock_(lock) { in ScopedUnlock() argument
26 ~ScopedUnlock() { lock_.lock(); } in ~ScopedUnlock() argument
179 ScopedUnlock unlock(lock); in SyncLoadFile()
220 ScopedUnlock unlock(lock); in SyncLoadFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dinput_file_manager.cc22 struct ScopedUnlock { struct
23 ScopedUnlock(std::unique_lock<std::mutex>& lock) : lock_(lock) { in ScopedUnlock() argument
26 ~ScopedUnlock() { lock_.lock(); } in ~ScopedUnlock() argument
188 ScopedUnlock unlock(lock); in SyncLoadFile()
229 ScopedUnlock unlock(lock); in SyncLoadFile()
/dports/devel/gn/gn-1962/src/gn/
H A Dinput_file_manager.cc22 struct ScopedUnlock { struct
23 ScopedUnlock(std::unique_lock<std::mutex>& lock) : lock_(lock) { in ScopedUnlock() function
26 ~ScopedUnlock() { lock_.lock(); } in ~ScopedUnlock() argument
188 ScopedUnlock unlock(lock); in SyncLoadFile()
229 ScopedUnlock unlock(lock); in SyncLoadFile()
/dports/math/clasp/clasp-3.3.5/src/
H A Dclingo.cpp42 …lingoPropagatorLock, &ClingoPropagatorLock::unlock, &ClingoPropagatorLock::lock, Nop> ScopedUnlock; typedef
101 ScopedUnlock pp(lock(), ctx_); in addClause()
106 ScopedUnlock unlocked(lock(), ctx_); in propagate()
114 ScopedUnlock unlocked(lock(), ctx_); in addVariable()
118 ScopedUnlock unlocked(lock(), ctx_); in hasWatch()
122 ScopedUnlock unlocked(lock(), ctx_); in addWatch()
139 ScopedUnlock unlocked(lock(), ctx_); in removeWatch()
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dclingo.cpp42 …lingoPropagatorLock, &ClingoPropagatorLock::unlock, &ClingoPropagatorLock::lock, Nop> ScopedUnlock; typedef
113 ScopedUnlock pp(lock(), ctx_); in addClause()
118 ScopedUnlock unlocked(lock(), ctx_); in propagate()
131 ScopedUnlock unlocked(lock(), ctx_); in addVariable()
135 ScopedUnlock unlocked(lock(), ctx_); in hasWatch()
139 ScopedUnlock unlocked(lock(), ctx_); in addWatch()
157 ScopedUnlock unlocked(lock(), ctx_); in removeWatch()
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dclingo.cpp42 …lingoPropagatorLock, &ClingoPropagatorLock::unlock, &ClingoPropagatorLock::lock, Nop> ScopedUnlock; typedef
113 ScopedUnlock pp(lock(), ctx_); in addClause()
118 ScopedUnlock unlocked(lock(), ctx_); in propagate()
131 ScopedUnlock unlocked(lock(), ctx_); in addVariable()
135 ScopedUnlock unlocked(lock(), ctx_); in hasWatch()
139 ScopedUnlock unlocked(lock(), ctx_); in addWatch()
157 ScopedUnlock unlocked(lock(), ctx_); in removeWatch()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_events/native/
H A Djuce_linux_Messaging.cpp70 ScopedUnlock ul (lock); in postMessage()
99 ScopedUnlock ul (lock); in popNextMessage()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_events/native/
H A Djuce_linux_Messaging.cpp70 ScopedUnlock ul (lock); in postMessage()
99 ScopedUnlock ul (lock); in popNextMessage()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_events/native/
H A Djuce_linux_Messaging.cpp70 ScopedUnlock ul (lock); in postMessage()
99 ScopedUnlock ul (lock); in popNextMessage()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/threads/
H A Djuce_CriticalSection.h226 using ScopedUnlock = CriticalSection::ScopedUnlockType; variable
H A Djuce_TimeSliceThread.cpp55 const ScopedUnlock ul (listLock); // unlock first to get the order right.. in removeTimeSliceClient()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/threads/
H A Djuce_CriticalSection.h226 using ScopedUnlock = CriticalSection::ScopedUnlockType; variable
H A Djuce_TimeSliceThread.cpp55 const ScopedUnlock ul (listLock); // unlock first to get the order right.. in removeTimeSliceClient()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/threads/
H A Djuce_CriticalSection.h226 using ScopedUnlock = CriticalSection::ScopedUnlockType; variable
H A Djuce_TimeSliceThread.cpp55 const ScopedUnlock ul (listLock); // unlock first to get the order right.. in removeTimeSliceClient()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/format/
H A Djuce_BufferingAudioFormatReader.cpp105 ScopedUnlock ul (lock); in readSamples()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/format/
H A Djuce_BufferingAudioFormatReader.cpp106 ScopedUnlock ul (lock); in readSamples()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.cpp182 const ScopedUnlock sl2 (scanLock); in scanAndAddFile()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.cpp182 const ScopedUnlock sl2 (scanLock); in scanAndAddFile()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_mac_Network.mm212 const ScopedUnlock ul (dataLock);
767 const ScopedUnlock sul (dataLock);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_mac_Network.mm212 const ScopedUnlock ul (dataLock);
767 const ScopedUnlock sul (dataLock);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/gui/
H A Djuce_AudioThumbnail.cpp259 const ScopedUnlock su (readerLock); in readNextBlock()

12