Home
last modified time | relevance | path

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

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/
H A DState.cs157 executionState.SchedulerBusy = false; in ExecuteRootState()
169 executionState.SchedulerBusy = false; in ExecuteState()
177 executionState.SchedulerBusy = false; in ExecuteLeafState()
211 executionState.Completed = true; in EnteringLeafState()
221 executionState.LockQueue(); in EnteringLeafState()
309 executionState.SchedulerBusy = true; in Complete()
449 executionState.LockQueue(); in HandleEventDrivenCompleted()
506 if (executionState.Completed) in HandleSubStateCompleted()
558 return executionState; in GetExecutionState()
569 return executionState; in GetExecutionState()
[all …]
H A DStateMachineSubscription.cs134 StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); in Enqueue()
135 executionState.SubscriptionManager.Enqueue(context, this.QueueName); in Enqueue()
141 StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); in ProcessEvent()
143 Debug.Assert(!executionState.HasEnqueuedActions); in ProcessEvent()
144 executionState.EnqueueAction(action); in ProcessEvent()
145 executionState.ProcessActions(context); in ProcessEvent()
219 StateMachineExecutionState executionState = StateMachineExecutionState.Get(rootState); in Enqueue()
220 executionState.SubscriptionManager.Enqueue(context, this.SubscriptionId); in Enqueue()
235 Debug.Assert(!executionState.HasEnqueuedActions); in ProcessEvent()
236 executionState.EnqueueAction(action); in ProcessEvent()
[all …]
H A DStateMachineWorkflow.cs99 StateMachineExecutionState executionState = this.ExecutionState;
100 if (executionState == null)
103 return executionState.CurrentStateName;
113 StateMachineExecutionState executionState = this.ExecutionState;
114 if (executionState == null)
117 return executionState.PreviousStateName;
H A DStateMachineExecutionState.cs261 …StateMachineExecutionState executionState = (StateMachineExecutionState)state.GetValue(StateActivi… in Get()
262 Debug.Assert(executionState != null); in Get()
263 return executionState; in Get()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp71 executionState.subpassIndex = 0; in play()
97executionState.renderPassFramebuffer->resolve(executionState.renderPass, executionState.subpassInd… in play()
100 ++executionState.subpassIndex; in play()
118executionState.renderPassFramebuffer->resolve(executionState.renderPass, executionState.subpassInd… in play()
119 executionState.renderPass = nullptr; in play()
588 executionState.indexBufferBinding.offset + first * bytesPerIndex(executionState)); in draw()
591 switch(executionState.indexType) in draw()
616 auto viewMask = executionState.renderPass->getViewMask(executionState.subpassIndex); in draw()
947executionState.renderPassFramebuffer->clearAttachment(executionState.renderPass, executionState.su… in play()
1809 command->play(executionState); in submit()
[all …]
H A DVkQueue.cpp133 CommandBuffer::ExecutionState executionState; in submitQueue() local
134 executionState.renderer = renderer.get(); in submitQueue()
135 executionState.events = task.events; in submitQueue()
138 vk::Cast(submitInfo.pCommandBuffers[j])->submit(executionState); in submitQueue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp65 executionState.subpassIndex = 0; in play()
91executionState.renderPassFramebuffer->resolve(executionState.renderPass, executionState.subpassInd… in play()
94 ++executionState.subpassIndex; in play()
112executionState.renderPassFramebuffer->resolve(executionState.renderPass, executionState.subpassInd… in play()
113 executionState.renderPass = nullptr; in play()
583 executionState.indexBufferBinding.offset + first * bytesPerIndex(executionState)); in draw()
586 switch(executionState.indexType) in draw()
611 auto viewMask = executionState.renderPass->getViewMask(executionState.subpassIndex); in draw()
942executionState.renderPassFramebuffer->clearAttachment(executionState.renderPass, executionState.su… in play()
1828 command->play(executionState); in submit()
[all …]
H A DVkQueue.cpp133 CommandBuffer::ExecutionState executionState; in submitQueue() local
134 executionState.renderer = renderer.get(); in submitQueue()
135 executionState.events = task.events; in submitQueue()
138 vk::Cast(submitInfo.pCommandBuffers[j])->submit(executionState); in submitQueue()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Runtime/Executor/
H A DThreadPoolExecutor.cpp156 executionState->decrementInflightNodes(); in executeDAGNode()
163 executionState->getUniqueNodeContextPtr(node); in executeDAGNode()
181 executionState->getErrorContainer().set( in executeDAGNode()
184 executionState->decrementInflightNodes(); in executeDAGNode()
203 [this, executionState, currentDevice, in executeDAGNode()
227 NetworkExecutionState *executionState, Error err, in handleDeviceManagerResult() argument
249 executionState->incrementInflightNodes(); in handleDeviceManagerResult()
251 executeDAGNode(executionState, child); in handleDeviceManagerResult()
278 ResultCBTy cb = executionState->getCallback(); in handleDeviceManagerResult()
282 auto runId = executionState->getRunId(); in handleDeviceManagerResult()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/sm83/
H A Disa-sm83.c57 cpu->executionState = SM83_CORE_STALL;
61 cpu->executionState = SM83_CORE_READ_PC;
81 cpu->executionState = SM83_CORE_STALL;
111 cpu->executionState = SM83_CORE_OP2;
116 cpu->executionState = SM83_CORE_READ_PC;
132 cpu->executionState = SM83_CORE_STALL;)
150 cpu->executionState = SM83_CORE_OP2; \
253 cpu->executionState = SM83_CORE_STALL;
265 cpu->executionState = SM83_CORE_STALL;)
354 cpu->executionState = SM83_CORE_OP2;
[all …]
H A Dsm83.c67 cpu->executionState = SM83_CORE_FETCH; in SM83Reset()
79 cpu->executionState = SM83_CORE_STALL; in _SM83InstructionIRQStall()
83 cpu->executionState = SM83_CORE_OP2; in _SM83InstructionIRQFinish()
91 cpu->executionState = SM83_CORE_MEMORY_STORE; in _SM83InstructionIRQDelay()
101 cpu->executionState = SM83_CORE_MEMORY_STORE; in _SM83InstructionIRQ()
107 enum SM83ExecutionState state = cpu->executionState; in _SM83Step()
108 cpu->executionState = SM83_CORE_IDLE_0; in _SM83Step()
160 ++cpu->executionState; in _SM83TickInternal()
165 ++cpu->executionState; in _SM83TickInternal()
173 cpu->executionState = SM83_CORE_FETCH; in _SM83TickInternal()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/sm83/
H A Disa-sm83.c63 cpu->executionState = SM83_CORE_STALL;
67 cpu->executionState = SM83_CORE_READ_PC;
87 cpu->executionState = SM83_CORE_STALL;
117 cpu->executionState = SM83_CORE_OP2;
122 cpu->executionState = SM83_CORE_READ_PC;
138 cpu->executionState = SM83_CORE_STALL;)
156 cpu->executionState = SM83_CORE_OP2; \
259 cpu->executionState = SM83_CORE_STALL;
271 cpu->executionState = SM83_CORE_STALL;)
360 cpu->executionState = SM83_CORE_OP2;
[all …]
H A Dsm83.c66 cpu->executionState = SM83_CORE_FETCH; in SM83Reset()
78 cpu->executionState = SM83_CORE_STALL; in _SM83InstructionIRQStall()
82 cpu->executionState = SM83_CORE_OP2; in _SM83InstructionIRQFinish()
90 cpu->executionState = SM83_CORE_MEMORY_STORE; in _SM83InstructionIRQDelay()
100 cpu->executionState = SM83_CORE_MEMORY_STORE; in _SM83InstructionIRQ()
106 enum SM83ExecutionState state = cpu->executionState; in _SM83Step()
107 cpu->executionState = SM83_CORE_IDLE_0; in _SM83Step()
147 cpu->executionState += diff; in SM83Tick()
153 cpu->executionState = SM83_CORE_FETCH; in SM83Tick()
169 cpu->executionState += diff; in SM83Run()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DTaskExecutionState_Test.cs68 TaskExecutionStateHelper executionState = new TaskExecutionStateHelper( in ExecuteTaskCurrentDirNotEqualExecutionDir()
78 executionState.ParentModule = taskExecutionModule; in ExecuteTaskCurrentDirNotEqualExecutionDir()
79 executionState.LoggingService = loggingHelper; in ExecuteTaskCurrentDirNotEqualExecutionDir()
80 executionState.TargetInferenceSuccessful = true; in ExecuteTaskCurrentDirNotEqualExecutionDir()
81 executionState.ExecuteTask(); in ExecuteTaskCurrentDirNotEqualExecutionDir()
98 TaskExecutionStateHelper executionState = new TaskExecutionStateHelper( in TaskExecutionStateTestProperties()
109 executionState.HandleId = 1; in TaskExecutionStateTestProperties()
110 Assert.AreEqual(1, executionState.HandleId, "Expected NodeProxyId to be equal to 1"); in TaskExecutionStateTestProperties()
112 executionState.LoggingService = loggingHelper; in TaskExecutionStateTestProperties()
113 …Assert.AreEqual(loggingHelper, executionState.LoggingService, "Expected LoggingService to be equal… in TaskExecutionStateTestProperties()
/dports/multimedia/minitube/minitube-3.9.2/lib/idle/src/
H A Didle_win.cpp6 EXECUTION_STATE executionState; variable
10 executionState = SetThreadExecutionState(ES_CONTINUOUS | ES_DISPLAY_REQUIRED); in preventDisplaySleep()
15 SetThreadExecutionState(ES_CONTINUOUS | executionState); in allowDisplaySleep()
24 executionState = SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED); in preventSystemSleep()
29 SetThreadExecutionState(ES_CONTINUOUS | executionState); in allowSystemSleep()
/dports/multimedia/musique/musique-1.10.1/lib/idle/src/
H A Didle_win.cpp6 EXECUTION_STATE executionState; variable
10 executionState = SetThreadExecutionState(ES_CONTINUOUS | ES_DISPLAY_REQUIRED); in preventDisplaySleep()
15 SetThreadExecutionState(ES_CONTINUOUS | executionState); in allowDisplaySleep()
24 executionState = SetThreadExecutionState(ES_CONTINUOUS | ES_SYSTEM_REQUIRED); in preventSystemSleep()
29 SetThreadExecutionState(ES_CONTINUOUS | executionState); in allowSystemSleep()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/WebSecurityScanner/
H A DScanRun.php21 public $executionState; variable in Google_Service_WebSecurityScanner_ScanRun
38 public function setExecutionState($executionState) argument
40 $this->executionState = $executionState;
44 return $this->executionState;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/WebSecurityScanner/
H A DScanRun.php21 public $executionState; variable in Google_Service_WebSecurityScanner_ScanRun
38 public function setExecutionState($executionState) argument
40 $this->executionState = $executionState;
44 return $this->executionState;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dpower.cpp42 EXECUTION_STATE executionState = ES_CONTINUOUS; in UpdatePowerResourceExecutionState() local
44 executionState |= ES_DISPLAY_REQUIRED; in UpdatePowerResourceExecutionState()
47 executionState |= ES_SYSTEM_REQUIRED; in UpdatePowerResourceExecutionState()
49 if ( ::SetThreadExecutionState(executionState) == 0 ) in UpdatePowerResourceExecutionState()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DTarget.cs108 TargetExecutionWrapper executionState = null; field in Microsoft.Build.BuildEngine.Target
500 return executionState;
545 executionState = null; in UpdateTargetStateOnBuildCompletion()
575 this.executionState.AddWaitingBuildContext(buildContext); in Build()
671executionState = new TargetExecutionWrapper(this, taskElementList, batchableTargetParameters, targ… in Build()
690 executionState.ContinueBuild(buildContext, taskExecutionContext); in ContinueBuild()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/executor/
H A Dadaptive_executor.c545 TaskExecutionState executionState; member
575 TaskPlacementExecutionState executionState; member
1819 placementExecution->executionState = PLACEMENT_EXECUTION_READY; in AssignTasksToConnectionsOrWorkerPool()
4678 TaskExecutionState executionState = shardCommandExecution->executionState; in PlacementExecutionDone() local
4720 placementExecution->executionState = in PlacementExecutionDone()
4753 if (executionState != TASK_EXECUTION_NOT_FINISHED) in PlacementExecutionDone()
5013 placementExecution->executionState = PLACEMENT_EXECUTION_READY; in PlacementExecutionReady()
5045 TaskPlacementExecutionState executionState = placementExecution->executionState; in TaskExecutionStateMachine() local
5047 if (executionState == PLACEMENT_EXECUTION_FINISHED) in TaskExecutionStateMachine()
5051 else if (executionState == PLACEMENT_EXECUTION_FAILED) in TaskExecutionStateMachine()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/gb/
H A Dtimer.c30 …mTimingSchedule(&timer->p->timing, &timer->irq, 7 - ((timer->p->cpu->executionState - cyclesLate) … in _GBTimerDivIncrement()
80 mTimingSchedule(&timer->p->timing, &timer->irq, 7 - (timer->p->cpu->executionState & 3)); in GBTimerDivReset()
90 …mTimingSchedule(&timer->p->timing, &timer->event, timer->nextDiv - ((timer->p->cpu->executionState in GBTimerDivReset()
97 _GBTimerDivIncrement(timer, (timer->p->cpu->executionState + 2) & 3); in GBTimerUpdateTAC()
/dports/emulators/mgba/mgba-0.9.2/src/gb/
H A Dtimer.c31 …e(&timer->p->timing, &timer->irq, 7 * tMultiplier - ((timer->p->cpu->executionState * tMultiplier … in _GBTimerDivIncrement()
82 …mTimingSchedule(&timer->p->timing, &timer->irq, (7 - (timer->p->cpu->executionState & 3)) * tMulti… in GBTimerDivReset()
91 …mTimingSchedule(&timer->p->timing, &timer->event, timer->nextDiv - ((timer->p->cpu->executionState in GBTimerDivReset()
98 …_GBTimerDivIncrement(timer, ((timer->p->cpu->executionState + 2) & 3) * (2 - timer->p->doubleSpeed… in GBTimerUpdateTAC()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Runtime/Executor/
H A DThreadPoolExecutor.h86 void executeDAGNode(NetworkExecutionState *executionState, DAGNode *node);
96 void handleDeviceManagerResult(NetworkExecutionState *executionState,
/dports/sysutils/rundeck3/WEB-INF/classes/execution/
H A D_wfstateNodeModelDisplay.gsp28 … <div style="margin-top:1em;" data-bind="if: ( executionState() != 'MISSED' )">
93 data-bind="attr: { 'data-execstate': executionState }">
103 <span data-bind="if: ( executionState() == 'WAITING' ) " class="text-strong">
127 attr: { 'data-execstate': executionState },
154 'data-execstate': executionState,
155 … 'data-next': ( node.currentStep()==$data && executionState() == 'WAITING' )

1234