Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp619 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent;
649 this_thr->th.th_current_task;
694 thread->th.th_current_task = taskdata;
1221 thread->th.th_current_task = resumed_task;
2230 taskdata = thread->th.th_current_task;
2365 taskdata = thread->th.th_current_task;
2663 tg = thread->th.th_current_task->td_taskgroup;
2673 tg = thread->th.th_current_task->td_taskgroup;
2811 tg = thr->th.th_current_task->td_taskgroup;
5151 thread->th.th_current_task = current_task;
[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()
375 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_internal()
474 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_memory_internal()
H A Dkmp_runtime.cpp1250 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1252 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel()
1259 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1265 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1271 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel()
1316 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
2063 master_th->th.th_current_task, in __kmp_fork_call()
2729 master_th->th.th_current_task->td_flags.executing = 1; in __kmp_join_call()
2915 KMP_DEBUG_ASSERT(thread->th.th_current_task); in __kmp_get_max_active_levels()
2918 gtid, thread->th.th_current_task, in __kmp_get_max_active_levels()
[all …]
H A Dompt-specific.h68 #define OMPT_CUR_TASK_INFO(thr) (&((thr)->th.th_current_task->ompt_task_info))
70 (&((thr)->th.th_current_task->ompt_task_info.task_data))
H A Dkmp_ftn_entry.h380 return thread->th.th_current_task->td_icvs.nproc; in KMP_EXPAND_NAME()
812 if (int thread_limit = thread->th.th_current_task->td_icvs.task_thread_limit) in KMP_EXPAND_NAME()
814 return thread->th.th_current_task->td_icvs.thread_limit; in KMP_EXPAND_NAME()
825 return __kmp_entry_thread()->th.th_current_task->td_flags.final; in KMP_EXPAND_NAME()
1028 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device; in KMP_EXPAND_NAME()
1036 __kmp_entry_thread()->th.th_current_task->td_icvs.default_device = in KMP_EXPAND_NAME()
1665 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
H A Dkmp.h2364 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2373 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2375 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2391 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval))
2396 (((xthread)->th.th_current_task->td_icvs.nproc) = (xval))
2399 (((xthread)->th.th_current_task->td_icvs.thread_limit) = (xval))
2405 ((xthread)->th.th_current_task->td_icvs.max_active_levels)
2408 (((xthread)->th.th_current_task->td_icvs.sched) = (xval))
2411 (((xthread)->th.th_current_task->td_icvs.proc_bind) = (xval))
2413 ((xthread)->th.th_current_task->td_icvs.proc_bind)
[all …]
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_csupport.cpp291 ompt_frame = &master_th->th.th_current_task->ompt_task_info.frame; in __kmpc_fork_call()
417 thread->th.th_current_task->td_icvs.task_thread_limit = thread_limit; in __kmpc_set_thread_limit()
523 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmpc_fork_teams()
642 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
690 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0); in __kmpc_end_serialized_parallel()
691 this_thr->th.th_current_task->td_flags.executing = 1; in __kmpc_end_serialized_parallel()
4058 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid()
4073 parent_task = thread->th.th_current_task->td_parent; in __kmpc_get_parent_taskid()
H A Dkmp_gsupport.cpp1273 current_task = __kmp_threads[gtid]->th.th_current_task;
1531 task_frame = &(thr->th.th_current_task->ompt_task_info.frame); in KMP_EXPAND_NAME()
1553 child_frame = &(thr->th.th_current_task->ompt_task_info.frame); in KMP_EXPAND_NAME()
2032 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_EXPAND_NAME()
2059 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_EXPAND_NAME()
2144 kmp_taskgroup_t *tg = thr->th.th_current_task->td_taskgroup; in __kmp_GOMP_init_reductions()
H A Dkmp_alloc.cpp1556 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
1584 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
1600 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
1838 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in ___kmpc_free()
1863 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in ___kmpc_free()
H A Dkmp_taskdeps.cpp688 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps()
915 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_taskwait_deps_51()
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.cpp5228 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()