Home
last modified time | relevance | path

Searched refs:InTransaction (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/grafana8/grafana-8.3.6/pkg/bus/
H A Dbus.go25 InTransaction(ctx context.Context, fn func(ctx context.Context) error) error methodSpec
38 InTransaction(ctx context.Context, fn func(ctx context.Context) error) error methodSpec
64 func (b *InProcBus) InTransaction(ctx context.Context, fn func(ctx context.Context) error) error { func
65 return b.txMng.InTransaction(ctx, fn)
248 func (*noopTransactionManager) InTransaction(ctx context.Context, fn func(ctx context.Context) erro… func
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/src/
H A DInputBlockState.cpp366 if (!InTransaction()) { in Update()
415 if (!InTransaction()) { in ShouldAcceptNewEvent()
431 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
453 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
476 MOZ_ASSERT(InTransaction()); in OnMouseMove()
507 WheelBlockState::InTransaction() const in InTransaction() function in mozilla::layers::WheelBlockState
528 return !IsTargetConfirmed() || !InTransaction(); in AllowScrollHandoff()
H A DInputBlockState.h249 bool InTransaction() const;
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/ThirdParty/BSL430_Firmware/
H A Dusb.c545 BOOL InTransaction; in usbDecodeAndProcessUsbRequest() local
550 InTransaction = TRUE; in usbDecodeAndProcessUsbRequest()
555 InTransaction = FALSE; in usbDecodeAndProcessUsbRequest()
565 if (InTransaction == FALSE) break; //exit and stall in usbDecodeAndProcessUsbRequest()
585 if (InTransaction == FALSE) break; //exit and stall in usbDecodeAndProcessUsbRequest()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DInputBlockState.cpp344 if (!InTransaction()) { in Update()
383 if (!InTransaction()) { in ShouldAcceptNewEvent()
397 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
418 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
440 MOZ_ASSERT(InTransaction()); in OnMouseMove()
469 bool WheelBlockState::InTransaction() const { in InTransaction() function in mozilla::layers::WheelBlockState
487 return !IsTargetConfirmed() || !InTransaction(); in AllowScrollHandoff()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/src/
H A DInputBlockState.cpp332 if (!InTransaction()) { in Update()
371 if (!InTransaction()) { in ShouldAcceptNewEvent()
385 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
407 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
429 MOZ_ASSERT(InTransaction()); in OnMouseMove()
459 bool WheelBlockState::InTransaction() const { in InTransaction() function in mozilla::layers::WheelBlockState
477 return !IsTargetConfirmed() || !InTransaction(); in AllowScrollHandoff()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DInputBlockState.cpp349 if (!InTransaction()) { in Update()
388 if (!InTransaction()) { in ShouldAcceptNewEvent()
402 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
424 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
447 MOZ_ASSERT(InTransaction()); in OnMouseMove()
477 bool WheelBlockState::InTransaction() const { in InTransaction() function in mozilla::layers::WheelBlockState
495 return !IsTargetConfirmed() || !InTransaction(); in AllowScrollHandoff()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/src/
H A DInputBlockState.cpp332 if (!InTransaction()) { in Update()
371 if (!InTransaction()) { in ShouldAcceptNewEvent()
385 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
407 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
431 MOZ_ASSERT(InTransaction()); in OnMouseMove()
465 bool WheelBlockState::InTransaction() const { in InTransaction() function in mozilla::layers::WheelBlockState
483 return !IsTargetConfirmed() || !InTransaction(); in AllowScrollHandoff()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/src/
H A DInputBlockState.cpp332 if (!InTransaction()) { in Update()
371 if (!InTransaction()) { in ShouldAcceptNewEvent()
385 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
407 MOZ_ASSERT(InTransaction()); in MaybeTimeout()
429 MOZ_ASSERT(InTransaction()); in OnMouseMove()
459 bool WheelBlockState::InTransaction() const { in InTransaction() function in mozilla::layers::WheelBlockState
477 return !IsTargetConfirmed() || !InTransaction(); in AllowScrollHandoff()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DUndoEngine.cs112 if (!host.InTransaction) { // the "top-most"/last transaction was closed (currentUnit one) in OnTransactionClosed()
138 if (!host.InTransaction) { in OnComponentAdded()
159 if (!host.InTransaction) { in OnComponentRemoved()
184 if (!host.InTransaction) { in OnComponentChanged()
198 if (!host.InTransaction) { in OnComponentRename()
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrator/
H A Dmigrator.go118 err := mg.InTransaction(func(sess *xorm.Session) error {
192 func (mg *Migrator) InTransaction(callback dbTransactionFunc) error { func
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIDesignerHost.cs33 bool InTransaction { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DIDesignerHost.cs36 bool InTransaction { get; } property
/dports/mail/archiveopteryx-devel/aox-96ab17e/db/
H A Ddatabase.h24 Connecting, Idle, InTransaction, FailedTransaction, Broken enumerator
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/db/
H A Ddatabase.h24 Connecting, Idle, InTransaction, FailedTransaction, Broken enumerator
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dtransactions.go22 func (ss *SQLStore) InTransaction(ctx context.Context, fn func(ctx context.Context) error) error { func
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/db/
H A DInstrumentsDb.cpp99 InTransaction = false; in InstrumentsDb()
1272 if (!InTransaction) { in AddInstrumentsFromFilePriv()
1280 if (!InTransaction) DbInstrumentsMutex.Lock(); in AddInstrumentsFromFilePriv()
1437 dmsg(2,("InstrumentsDb: BeginTransaction(InTransaction=%d)\n", InTransaction)); in BeginTransaction()
1439 if (InTransaction) return; in BeginTransaction()
1444 InTransaction = true; in BeginTransaction()
1462 dmsg(2,("InstrumentsDb: EndTransaction(InTransaction=%d)\n", InTransaction)); in EndTransaction()
1463 if (!InTransaction) { in EndTransaction()
1467 InTransaction = false; in EndTransaction()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/basic/
H A DBasicLayers.h131 bool InTransaction() { return mPhase != PHASE_NONE; } in InTransaction() function
H A DBasicLayerManager.cpp335 NS_ASSERTION(!InTransaction(), "Died during transaction?"); in ~BasicLayerManager()
345 NS_ASSERTION(!InTransaction(), "Must set default target outside transaction"); in SetDefaultTarget()
369 NS_ASSERTION(!InTransaction(), "Nested transactions not allowed"); in BeginTransactionWithTarget()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/basic/
H A DBasicLayers.h128 bool InTransaction() { return mPhase != PHASE_NONE; } in InTransaction() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/basic/
H A DBasicLayers.h136 bool InTransaction() { return mPhase != PHASE_NONE; } in InTransaction() function
H A DBasicLayerManager.cpp340 NS_ASSERTION(!InTransaction(), "Died during transaction?"); in ~BasicLayerManager()
350 NS_ASSERTION(!InTransaction(), "Must set default target outside transaction"); in SetDefaultTarget()
374 NS_ASSERTION(!InTransaction(), "Nested transactions not allowed"); in BeginTransactionWithTarget()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/basic/
H A DBasicLayers.h133 bool InTransaction() { return mPhase != PHASE_NONE; } in InTransaction() function
H A DBasicLayerManager.cpp329 NS_ASSERTION(!InTransaction(), "Died during transaction?"); in ~BasicLayerManager()
339 NS_ASSERTION(!InTransaction(), "Must set default target outside transaction"); in SetDefaultTarget()
362 NS_ASSERTION(!InTransaction(), "Nested transactions not allowed"); in BeginTransactionWithTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/basic/
H A DBasicLayers.h136 bool InTransaction() { return mPhase != PHASE_NONE; } in InTransaction() function

1234