Home | History | Annotate | Download | only in src

Lines Matching refs:Execution

185 ///     execution. Cancellation is requested on a task if the task was created with a cancellation token, and
194 /// after performing any cleanup you need. This will abort the execution of the task and cause it to enter into
195 /// the <c>canceled</c> state. If you do not respond and continue execution, or return instead of calling
220 /// task's execution and cause it to enter the <c>canceled</c> state. While it may be used in response to
1930 /// execution context is determined by the runtime, and not configurable.
1962 /// Creates a task continuation context which allows the Runtime to choose the execution context for a continuation.
1983 /// Returns a task continuation context object that represents the current execution context.
1986 /// The current execution context.
2357 _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation::Diagnostics::CausalitySynchronousWork::Execution);
2367 ::Windows::Foundation::Diagnostics::CausalitySynchronousWork::Execution);
2589 // if it has finished execution (which means now we are on the inline synchronous callback).
2624 // has not yet been called. This call to _Wait potentially inlines execution of work.
2938 // If the ancestor was canceled, then your own execution should be canceled.
3069 // Cancellation and execution of continuations should be performed after releasing the lock. Continuations off of
3080 // If the ancestor was canceled, then your own execution should be canceled.
3652 /// The <c>task_completion_event</c> class allows you to delay the execution of a task until a condition is satisfied,
3660 /// thereby have its continuations scheduled for execution, at some point in the future. The <c>task_completion_event</c> must
3957 /// The <c>task_completion_event</c> class allows you to delay the execution of a task until a condition is satisfied,
3962 /// thereby have its continuations scheduled for execution, at some point in the future. The <c>task_completion_event</c> must
4580 /// dependencies are satisfied, and it has not already been picked up for execution by a background worker.
4584 /// during execution, or an exception was propagated to it from an antecedent task, <c>wait</c> will throw that exception.
5058 // If the ancestor was canceled, then your own execution should be canceled.
5874 /// dependencies are satisfied, and it has not already been picked up for execution by a background worker.
5878 /// during execution, or an exception was propagated to it from an antecedent task, <c>wait</c> will throw that exception.
8170 // The return task must be created before step 3 to enforce inline execution.
8278 // The return task must be created before step 3 to enforce inline execution.
8391 // The return task must be created before step 3 to enforce inline execution.
8457 // The return task must be created before step 3 to enforce inline execution.
9142 // Chain the return continuation task here to ensure it will get inline execution when _M_Completed.set is called,
9154 // Chain the return continuation task here to ensure it will get inline execution when _M_Completed.set is called,
9230 // Chain the return continuation task here to ensure it will get inline execution when _M_Completed.set is called,
9360 // Chain the return continuation task here to ensure it will get inline execution when _M_Completed.set is called,