Home
last modified time | relevance | path

Searched refs:th_current_task (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp461 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent; in __kmp_pop_current_task_from_thread()
491 this_thr->th.th_current_task; in __kmp_push_current_task_to_thread()
536 thread->th.th_current_task = taskdata; in __kmp_task_start()
972 thread->th.th_current_task = resumed_task; in __kmp_task_finish()
1128 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_finish_implicit_task()
1154 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_free_implicit_task()
1878 taskdata = thread->th.th_current_task; in __kmpc_omp_taskwait_template()
2014 taskdata = thread->th.th_current_task; in __kmpc_omp_taskyield()
2290 tg = thread->th.th_current_task->td_taskgroup; in __kmpc_task_reduction_get_th_data()
2422 tg = thr->th.th_current_task->td_taskgroup; in __kmp_task_reduction_modifier_init()
[all …]
H A Dkmp_cancel.cpp84 task = this_thr->th.th_current_task; in __kmpc_cancel()
197 task = this_thr->th.th_current_task; in __kmpc_cancellationpoint()
323 task = this_thr->th.th_current_task; in __kmp_get_cancellation_status()
H A Dompt-specific.cpp108 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_object()
148 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_scheduling_taskinfo()
361 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_internal()
453 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_memory_internal()
H A Dompt-specific.h60 #define OMPT_CUR_TASK_INFO(thr) (&(thr->th.th_current_task->ompt_task_info))
62 (&(thr->th.th_current_task->ompt_task_info.task_data))
H A Dkmp_runtime.cpp1208 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1210 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel()
1217 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1223 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1229 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel()
1274 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1920 master_th->th.th_current_task, in __kmp_fork_call()
2560 master_th->th.th_current_task->td_flags.executing = 1; in __kmp_join_call()
2733 KMP_DEBUG_ASSERT(thread->th.th_current_task); in __kmp_get_max_active_levels()
2736 gtid, thread->th.th_current_task, in __kmp_get_max_active_levels()
[all …]
H A Dkmp.h2112 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2121 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2123 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2139 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval))
2144 (((xthread)->th.th_current_task->td_icvs.nproc) = (xval))
2147 (((xthread)->th.th_current_task->td_icvs.thread_limit) = (xval))
2153 ((xthread)->th.th_current_task->td_icvs.max_active_levels)
2156 (((xthread)->th.th_current_task->td_icvs.sched) = (xval))
2159 (((xthread)->th.th_current_task->td_icvs.proc_bind) = (xval))
2161 ((xthread)->th.th_current_task->td_icvs.proc_bind)
[all …]
H A Dkmp_ftn_entry.h366 return thread->th.th_current_task->td_icvs.nproc; in KMP_EXPAND_NAME()
775 return thread->th.th_current_task->td_icvs.thread_limit; in KMP_EXPAND_NAME()
786 return __kmp_entry_thread()->th.th_current_task->td_flags.final; in KMP_EXPAND_NAME()
962 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device; in KMP_EXPAND_NAME()
970 __kmp_entry_thread()->th.th_current_task->td_icvs.default_device = in KMP_EXPAND_NAME()
H A Dompd-specific.h38 OMPD_ACCESS(kmp_base_info_t, th_current_task) \
H A Dkmp_omp.h104 offset_and_size_t th_current_task; // innermost task being executed member
H A Dkmp_debugger.cpp99 offset_and_size_of(kmp_base_info_t, th_current_task),
H A Dkmp_taskdeps.cpp519 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps()
680 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_wait_deps()
H A Dkmp_csupport.cpp458 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmpc_fork_teams()
576 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
628 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0); in __kmpc_end_serialized_parallel()
629 this_thr->th.th_current_task->td_flags.executing = 1; in __kmpc_end_serialized_parallel()
3959 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid()
3974 parent_task = thread->th.th_current_task->td_parent; in __kmpc_get_parent_taskid()
H A Dkmp_gsupport.cpp1243 current_task = __kmp_threads[gtid]->th.th_current_task;
1973 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_EXPAND_NAME()
2000 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_EXPAND_NAME()
2085 kmp_taskgroup_t *tg = thr->th.th_current_task->td_taskgroup; in __kmp_GOMP_init_reductions()
H A Dkmp_alloc.cpp1580 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmpc_alloc()
1602 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmpc_alloc()
1750 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmpc_free()
H A Dkmp_itt.inl628 kmp_taskdata_t *taskdata = thread->th.th_current_task;
640 kmp_taskdata_t *taskdata = thread->th.th_current_task;
H A Dkmp_affinity.cpp4140 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()