Lines Matching full:task
20 @param loc_ref location of the original task directive
78 // cancellation requests for a task group in __kmpc_cancel()
81 kmp_taskdata_t *task; in __kmpc_cancel() local
84 task = this_thr->th.th_current_task; in __kmpc_cancel()
85 KMP_DEBUG_ASSERT(task); in __kmpc_cancel()
87 taskgroup = task->td_taskgroup; in __kmpc_cancel()
126 @param loc_ref location of the original task directive
191 // cancellation requests for a task group in __kmpc_cancellationpoint()
194 kmp_taskdata_t *task; in __kmpc_cancellationpoint() local
197 task = this_thr->th.th_current_task; in __kmpc_cancellationpoint()
198 KMP_DEBUG_ASSERT(task); in __kmpc_cancellationpoint()
200 taskgroup = task->td_taskgroup; in __kmpc_cancellationpoint()
216 // if a cancellation point is encountered by a task that does not in __kmpc_cancellationpoint()
233 @param loc_ref location of the original task directive
295 @param loc_ref location of the original task directive
321 kmp_taskdata_t *task; in __kmp_get_cancellation_status() local
323 task = this_thr->th.th_current_task; in __kmp_get_cancellation_status()
324 taskgroup = task->td_taskgroup; in __kmp_get_cancellation_status()