Home
last modified time | relevance | path

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

/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp445 thread->th.th_current_task)) {
465 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self
550 thread->th.th_current_task)) {
573 thread->th.th_current_task)) {
596 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self
616 0, this_thr, this_thr->th.th_current_task,
617 this_thr->th.th_current_task->td_parent));
619 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent;
624 0, this_thr, this_thr->th.th_current_task,
625 this_thr->th.th_current_task->td_parent));
[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()
472 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_memory_internal()
H A Dkmp_runtime.cpp1204 if (this_thr->th.th_current_task->td_icvs.proc_bind == proc_bind_false) { in __kmp_serialized_parallel()
1209 proc_bind = this_thr->th.th_current_task->td_icvs.proc_bind; in __kmp_serialized_parallel()
1254 proc_bind, &this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1299 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1300 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1); in __kmp_serialized_parallel()
1301 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel()
1308 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1309 &this_thr->th.th_current_task->td_parent->td_icvs); in __kmp_serialized_parallel()
1317 this_thr->th.th_current_task->td_icvs.nproc = nested_nth->nth[level + 1]; in __kmp_serialized_parallel()
1322 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel()
[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 FTN_GET_MAX_THREADS()
812 if (int thread_limit = thread->th.th_current_task->td_icvs.task_thread_limit) in FTN_GET_THREAD_LIMIT()
814 return thread->th.th_current_task->td_icvs.thread_limit; in FTN_GET_THREAD_LIMIT()
825 return __kmp_entry_thread()->th.th_current_task->td_flags.final; in FTN_IN_FINAL()
1028 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device; in FTN_GET_DEFAULT_DEVICE()
1036 __kmp_entry_thread()->th.th_current_task->td_icvs.default_device = in FTN_SET_DEFAULT_DEVICE()
1665 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
H A Dkmp.h2370 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2372 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2375 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2379 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2381 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2383 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2386 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2391 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) = \
2396 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2399 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval))
[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.cpp336 ompt_frame = &master_th->th.th_current_task->ompt_task_info.frame; in __kmpc_fork_call()
462 thread->th.th_current_task->td_icvs.task_thread_limit = thread_limit; in __kmpc_set_thread_limit()
568 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmpc_fork_teams()
687 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
741 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0); in __kmpc_end_serialized_parallel()
742 this_thr->th.th_current_task->td_flags.executing = 1; in __kmpc_end_serialized_parallel()
4114 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid()
4129 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_API_NAME_GOMP_PARALLEL_SECTIONS()
1553 child_frame = &(thr->th.th_current_task->ompt_task_info.frame); in KMP_API_NAME_GOMP_PARALLEL_SECTIONS()
2032 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_API_NAME_GOMP_TASKGROUP_REDUCTION_REGISTER()
2059 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; in KMP_API_NAME_GOMP_TASK_REDUCTION_REMAP()
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.cpp5244 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()