Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_tasking.cpp603 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent; in __kmp_pop_current_task_from_thread()
633 this_thr->th.th_current_task; in __kmp_push_current_task_to_thread()
678 thread->th.th_current_task = taskdata; in __kmp_task_start()
1138 thread->th.th_current_task = resumed_task; in __kmp_task_finish()
1294 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_finish_implicit_task()
1320 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_free_implicit_task()
2063 taskdata = thread->th.th_current_task; in __kmpc_omp_taskwait_template()
2199 taskdata = thread->th.th_current_task; in __kmpc_omp_taskyield()
2475 tg = thread->th.th_current_task->td_taskgroup; in __kmpc_task_reduction_get_th_data()
2607 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()
360 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_internal()
458 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_memory_internal()
H A Dkmp_runtime.cpp1218 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1220 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel()
1227 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1233 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1239 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel()
1284 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1977 master_th->th.th_current_task, in __kmp_fork_call()
2640 master_th->th.th_current_task->td_flags.executing = 1; in __kmp_join_call()
2826 KMP_DEBUG_ASSERT(thread->th.th_current_task); in __kmp_get_max_active_levels()
2829 gtid, thread->th.th_current_task, in __kmp_get_max_active_levels()
[all …]
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.h2201 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2210 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2212 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2228 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval))
2233 (((xthread)->th.th_current_task->td_icvs.nproc) = (xval))
2236 (((xthread)->th.th_current_task->td_icvs.thread_limit) = (xval))
2242 ((xthread)->th.th_current_task->td_icvs.max_active_levels)
2245 (((xthread)->th.th_current_task->td_icvs.sched) = (xval))
2248 (((xthread)->th.th_current_task->td_icvs.proc_bind) = (xval))
2250 ((xthread)->th.th_current_task->td_icvs.proc_bind)
[all …]
H A Dkmp_ftn_entry.h374 return thread->th.th_current_task->td_icvs.nproc; in KMP_EXPAND_NAME()
802 return thread->th.th_current_task->td_icvs.thread_limit; in KMP_EXPAND_NAME()
813 return __kmp_entry_thread()->th.th_current_task->td_flags.final; in KMP_EXPAND_NAME()
1016 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device; in KMP_EXPAND_NAME()
1024 __kmp_entry_thread()->th.th_current_task->td_icvs.default_device = in KMP_EXPAND_NAME()
1629 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
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_gsupport.cpp1271 current_task = __kmp_threads[gtid]->th.th_current_task;
1529 task_frame = &(thr->th.th_current_task->ompt_task_info.frame); in KMP_EXPAND_NAME()
1551 child_frame = &(thr->th.th_current_task->ompt_task_info.frame); in KMP_EXPAND_NAME()
2030 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_EXPAND_NAME()
2057 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_EXPAND_NAME()
2142 kmp_taskgroup_t *tg = thr->th.th_current_task->td_taskgroup; in __kmp_GOMP_init_reductions()
H A Dkmp_csupport.cpp291 ompt_frame = &master_th->th.th_current_task->ompt_task_info.frame; in __kmpc_fork_call()
456 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmpc_fork_teams()
575 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
623 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0); in __kmpc_end_serialized_parallel()
624 this_thr->th.th_current_task->td_flags.executing = 1; in __kmpc_end_serialized_parallel()
4025 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid()
4040 parent_task = thread->th.th_current_task->td_parent; in __kmpc_get_parent_taskid()
H A Dkmp_taskdeps.cpp596 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps()
757 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_wait_deps()
H A Dkmp_alloc.cpp1622 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
1644 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
1782 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in ___kmpc_free()
H A Dkmp_itt.inl570 kmp_taskdata_t *taskdata = thread->th.th_current_task;
582 kmp_taskdata_t *taskdata = thread->th.th_current_task;
H A Dkmp_affinity.cpp4739 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()