Lines Matching refs:task
84 kmp_taskdata_t *task; in __kmpc_cancel() local
87 task = this_thr->th.th_current_task; in __kmpc_cancel()
88 KMP_DEBUG_ASSERT(task); in __kmpc_cancel()
90 taskgroup = task->td_taskgroup; in __kmpc_cancel()
197 kmp_taskdata_t *task; in __kmpc_cancellationpoint() local
200 task = this_thr->th.th_current_task; in __kmpc_cancellationpoint()
201 KMP_DEBUG_ASSERT(task); in __kmpc_cancellationpoint()
203 taskgroup = task->td_taskgroup; in __kmpc_cancellationpoint()
324 kmp_taskdata_t *task; in __kmp_get_cancellation_status() local
326 task = this_thr->th.th_current_task; in __kmp_get_cancellation_status()
327 taskgroup = task->td_taskgroup; in __kmp_get_cancellation_status()