Lines Matching defs:new_task

1731 @param new_task task thunk allocated by __kmpc_omp_task_alloc() for the ''new
1742 kmp_task_t *new_task, kmp_int32 naffins,
1967 // new_task: task thunk allocated by __kmp_omp_task_alloc() for the ''new task''
1974 kmp_task_t *new_task) {
1975 kmp_taskdata_t *new_taskdata = KMP_TASK_TO_TASKDATA(new_task);
1997 if (__kmp_push_task(gtid, new_task) == TASK_NOT_PUSHED) // if cannot defer
2001 __kmp_invoke_task(gtid, new_task, current_task);
2021 // new_task:non-thread-switchable task thunk allocated by __kmp_omp_task_alloc()
2029 kmp_int32 __kmp_omp_task(kmp_int32 gtid, kmp_task_t *new_task,
2031 kmp_taskdata_t *new_taskdata = KMP_TASK_TO_TASKDATA(new_task);
2072 tdg->record_map[new_taskdata->td_task_id].task = new_task;
2083 __kmp_push_task(gtid, new_task) == TASK_NOT_PUSHED) // if cannot defer
2088 __kmp_invoke_task(gtid, new_task, current_task);
2112 // new_task: non-thread-switchable task thunk allocated by
2120 kmp_task_t *new_task) {
2125 kmp_taskdata_t *new_taskdata = KMP_TASK_TO_TASKDATA(new_task);
2152 __ompt_task_finish(new_task,
2160 res = __kmp_omp_task(gtid, new_task, true);
2178 // new_task: non-thread-switchable task thunk allocated by
2187 kmp_task_t *new_task, void *codeptr_ra) {
2192 kmp_taskdata_t *new_taskdata = KMP_TASK_TO_TASKDATA(new_task);
2212 res = __kmp_omp_task(gtid, new_task, true);
5153 kmp_task_t *new_task =
5158 __taskloop_params_t *p = (__taskloop_params_t *)new_task->shareds;
5176 kmp_taskdata_t *new_task_data = KMP_TASK_TO_TASKDATA(new_task);
5183 __kmp_omp_taskloop_task(NULL, gtid, new_task, codeptr_ra);
5185 __kmp_omp_task(gtid, new_task, true); // schedule new task