Lines Matching refs:task
44 * launch an asynchronous task to perform the execution in the background,
45 * and immediately return with ErrorStatus::NONE. If the asynchronous task
50 * When the asynchronous task has finished its execution, it must
58 * asynchronous task has invoked the callback object. The asynchronous task
106 * - NONE if task is successfully launched
115 * - RESOURCE_EXHAUSTED_* if the task was aborted by the
187 * - RESOURCE_EXHAUSTED_* if the task was aborted by the
213 * are valid and there is no error, executeFenced must dispatch an asynchronous task
217 * status. If the task has finished before the call returns, an empty handle may be returned
221 * When the asynchronous task has finished its execution, it must
223 * the syncFence is signaled, the task must not modify the content of
267 * - NONE if task is successfully launched
274 * - RESOURCE_EXHAUSTED_* if the task was aborted by the
276 * @return syncFence The sync fence that will be signaled when the task is completed.