Home
last modified time | relevance | path

Searched refs:UnlockInstance (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DConcurrencyBehavior.cs121 internal void UnlockInstance(ref MessageRpc rpc) in UnlockInstance() method in System.ServiceModel.Dispatcher.ConcurrencyBehavior
125 ConcurrencyBehavior.UnlockInstance(rpc.InstanceContext); in UnlockInstance()
133 ConcurrencyBehavior.UnlockInstance(operationContext.InstanceContext); in UnlockInstanceBeforeCallout()
137 static void UnlockInstance(InstanceContext instanceContext) in UnlockInstance() method in System.ServiceModel.Dispatcher.ConcurrencyBehavior
H A DImmutableDispatchRuntime.cs1550 this.concurrency.UnlockInstance(ref rpc); in ProcessMessageCleanup()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dseq.cpp361 void UnlockInstance(SEQINST *pInst) in UnlockInstance() function
386 UnlockInstance(pInst); in seqSpawn()
436 UnlockInstance(pInst); in seqKill()
444 UnlockInstance(&siWall[i]); in seqKillAll()
446 UnlockInstance(&siMasked[i]); in seqKillAll()
451 UnlockInstance(&siCeiling[i]); in seqKillAll()
453 UnlockInstance(&siFloor[i]); in seqKillAll()
458 UnlockInstance(&siSprite[i]); in seqKillAll()
497 UnlockInstance(pInst); in seqProcess()
H A Dseq.h88 void UnlockInstance(SEQINST *pInst);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/DurableInstancing/
H A DSaveWorkflowCommand.cs31 public bool UnlockInstance { get; set; } property in System.Activities.DurableInstancing.SaveWorkflowCommand
156 if (this.CompleteInstance && !this.UnlockInstance) in Validate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DPersistenceContext.cs837 saveCommand.UnlockInstance = true; in SaveAsyncResult()
841 saveCommand.UnlockInstance = this.saveStatus == SaveStatus.Unlocked; in SaveAsyncResult()
998 … SaveWorkflowCommand saveCommand = new SaveWorkflowCommand() { UnlockInstance = true }; in ReleaseAsyncResult()
1349 saveCommand.UnlockInstance = true; in UpdateSuspendMetadataAsyncResult()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.DurableInstancing/System/Activities/DurableInstancing/
H A DSaveWorkflowAsyncResult.cs79 …Name = "@unlockInstance", SqlDbType = SqlDbType.Bit, Value = saveWorkflowCommand.UnlockInstance }); in GenerateSqlCommand()
175 if (saveWorkflowCommand.UnlockInstance || saveWorkflowCommand.CompleteInstance) in ProcessSqlResult()
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/instances/
H A Dtables.py906 class UnlockInstance(policy.PolicyTargetMixin, tables.BatchAction): class
1315 ResizeLink, LockInstance, UnlockInstance,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowApplication.cs2042 UnlockInstance(manager, timeoutHelper); in DiscardInstance()
2057 … static void UnlockInstance(PersistenceManager persistenceManager, TimeoutHelper timeoutHelper) in UnlockInstance() method in System.Activities.WorkflowApplication
5917 UnlockInstance = operation != PersistenceOperation.Save, in CreateSaveCommand()
6043 UnlockInstance = true, in Unlock()
6053 UnlockInstance = true, in BeginUnlock()