Home
last modified time | relevance | path

Searched refs:bLock (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/common/
H A DResourceManager.h139 if (bLock) ResourceEntriesMutex.Lock();
145 if (bLock) ResourceEntriesMutex.Unlock();
201 if (bLock) ResourceEntriesMutex.Lock();
260 if (bLock) ResourceEntriesMutex.Lock();
295 if (bLock) ResourceEntriesMutex.Lock();
338 if (bLock) ResourceEntriesMutex.Lock();
364 if (bLock) ResourceEntriesMutex.Lock();
420 return Resource(Key, bLock) != NULL;
431 if (bLock) ResourceEntriesMutex.Lock();
455 if (bLock) ResourceEntriesMutex.Lock();
[all …]
H A DCondition.h165 … int WaitIfInternal(bool bLock, bool bCondition, long TimeoutSeconds, long TimeoutNanoSeconds);
166 void SetInternal(bool bLock, bool bCondition);
H A DCondition.cpp284 int Condition::WaitIfInternal(bool bLock, bool bCondition, long TimeoutSeconds, long TimeoutNanoSec… in WaitIfInternal() argument
286 if (bLock) { in WaitIfInternal()
379 void Condition::SetInternal(bool bLock, bool bCondition) { in SetInternal() argument
381 LockGuard lock = (bLock) ? LockGuard(*this) : LockGuard(); in SetInternal()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddrawview.hxx127 void LockCalcLayer( SdrLayerID nLayer, bool bLock );
131 void LockBackgroundLayer( bool bLock ) { LockCalcLayer( SC_LAYER_BACK, bLock ); } in LockBackgroundLayer() argument
135 void LockInternalLayer( bool bLock = true ) { LockCalcLayer( SC_LAYER_INTERN, bLock ); } in LockInternalLayer() argument
H A Dreffact.hxx191 …bool LockVisible( bool bLock ){ bool bVis = m_bVisibleLock; m_bVisibleLock = bLock; return bVis… in LockVisible() argument
192 …bool LockFreeWindow( bool bLock ){ bool bFreeWindow = m_bFreeWindowLock; m_bFreeWindowLock = bL… in LockFreeWindow() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddrawview.hxx128 void LockCalcLayer( SdrLayerID nLayer, bool bLock );
132 void LockBackgroundLayer( bool bLock ) { LockCalcLayer( SC_LAYER_BACK, bLock ); } in LockBackgroundLayer() argument
136 void LockInternalLayer( bool bLock = true ) { LockCalcLayer( SC_LAYER_INTERN, bLock ); } in LockInternalLayer() argument
H A Dreffact.hxx192 …bool LockVisible( bool bLock ){ bool bVis = m_bVisibleLock; m_bVisibleLock = bLock; return bVis… in LockVisible() argument
193 …bool LockFreeWindow( bool bLock ){ bool bFreeWindow = m_bFreeWindowLock; m_bFreeWindowLock = bL… in LockFreeWindow() argument
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DInstrumentResourceManager.h122 … std::vector< ::gig::Instrument*> GetInstrumentsCurrentlyUsedOf(::gig::File* pFile, bool bLock);
123 … std::set<EngineChannel*> GetEngineChannelsUsingScriptSourceCode(const String& code, bool bLock);
124 … std::set<EngineChannel*> GetEngineChannelsUsing(::gig::Instrument* pInstrument, bool bLock);
125 std::set<Engine*> GetEnginesUsing(::gig::Instrument* pInstrument, bool bLock);
126 std::set<Engine*> GetEnginesUsing(::gig::File* pFile, bool bLock);
H A DInstrumentResourceManager.cpp734 if (bLock) Lock(); in GetInstrumentsCurrentlyUsedOf()
742 if (bLock) Unlock(); in GetInstrumentsCurrentlyUsedOf()
755 if (bLock) Lock(); in GetEngineChannelsUsingScriptSourceCode()
769 if (bLock) Unlock(); in GetEngineChannelsUsingScriptSourceCode()
782 if (bLock) Lock(); in GetEngineChannelsUsing()
792 if (bLock) Unlock(); in GetEngineChannelsUsing()
805 if (bLock) Lock(); in GetEnginesUsing()
817 if (bLock) Unlock(); in GetEnginesUsing()
829 std::set<Engine*> InstrumentResourceManager::GetEnginesUsing(::gig::File* pFile, bool bLock) { in GetEnginesUsing() argument
830 if (bLock) Lock(); in GetEnginesUsing()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/base/
H A Dobject.cxx36 void SotObject::OwnerLock(bool bLock) in OwnerLock() argument
38 if (bLock) in OwnerLock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/base/
H A Dobject.cxx36 void SotObject::OwnerLock(bool bLock) in OwnerLock() argument
38 if (bLock) in OwnerLock()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/direct2d/
H A Dd2dbitmap.cpp273 , bLock (nullptr) in PixelAccess()
282 if (bLock) in ~PixelAccess()
286 bLock->Release (); in ~PixelAccess()
304 if (SUCCEEDED (icBitmap->Lock (&rcLock, WICBitmapLockRead | WICBitmapLockWrite, &bLock))) in init()
306 bLock->GetStride (&bytesPerRow); in init()
308 bLock->GetDataPointer (&bufferSize, &ptr); in init()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/direct2d/
H A Dd2dbitmap.cpp275 , bLock (0) in PixelAccess()
284 if (bLock) in ~PixelAccess()
288 bLock->Release (); in ~PixelAccess()
306 if (SUCCEEDED (icBitmap->Lock (&rcLock, WICBitmapLockRead | WICBitmapLockWrite, &bLock))) in init()
308 bLock->GetStride (&bytesPerRow); in init()
310 bLock->GetDataPointer (&bufferSize, &ptr); in init()
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DCustomToolStripEx.cs64 public void LockHeight(bool bLock) in LockHeight() argument
67 m_iLockedHeight = (bLock ? this.Height : 0); in LockHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dsplitwin.hxx100 void Lock( bool bLock=true ) in Lock() argument
102 SetUpdateMode( !bLock ); in Lock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/
H A Dsplitwin.hxx99 void Lock( bool bLock=true ) in Lock() argument
101 SetUpdateMode( !bLock ); in Lock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dprcntfld.hxx79 void LockAutoCalculation(bool bLock) {bLockAutoCalculation = bLock;} in LockAutoCalculation() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdpagv.hxx197 …void SetLayerLocked(const OUString& rName, bool bLock) { SetLayer(rName, aLayerLock, bLock); if(bL… in SetLayerLocked() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdpagv.hxx199 …void SetLayerLocked(const OUString& rName, bool bLock) { SetLayer(rName, aLayerLock, bLock); if(bL… in SetLayerLocked() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dprcntfld.hxx81 void LockAutoCalculation(bool bLock) {bLockAutoCalculation = bLock;} in LockAutoCalculation() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DControlLock.java169 public void enableLock( boolean bLock ) in enableLock() argument
172 m_bLockingEnabled = bLock; in enableLock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DControlLock.java169 public void enableLock( boolean bLock ) in enableLock() argument
172 m_bLockingEnabled = bLock; in enableLock()
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/common/
H A Ddatafile.cpp153 bool CDataFile::Load(bool bLock) in Load() argument
187 if (err == EACCES && bLock) in Load()
190 } else if (err == ENOENT && bLock) in Load()
219 } while (err == EACCES && bLock); in Load()
225 if (bLock) in Load()
318 if (bLock) in Load()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfilinpstr.cxx37 XInputStream_impl::XInputStream_impl( const OUString& aUncPath, bool bLock ) in XInputStream_impl() argument
43 if ( !bLock ) in XInputStream_impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/form/
H A DXBoundControl.idl46 @param bLock
49 void setLock( [in] boolean bLock );

12345678910>>...12