Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp377 thread->th.th_current_task)) { in __kmp_push_task()
400 thread->th.th_current_task)) { in __kmp_push_task()
423 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self in __kmp_push_task()
443 0, this_thr, this_thr->th.th_current_task, in __kmp_pop_current_task_from_thread()
444 this_thr->th.th_current_task->td_parent)); in __kmp_pop_current_task_from_thread()
446 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent; in __kmp_pop_current_task_from_thread()
451 0, this_thr, this_thr->th.th_current_task, in __kmp_pop_current_task_from_thread()
452 this_thr->th.th_current_task->td_parent)); in __kmp_pop_current_task_from_thread()
468 tid, this_thr, this_thr->th.th_current_task, in __kmp_push_current_task_to_thread()
474 if (this_thr->th.th_current_task != &team->t.t_implicit_task_taskdata[0]) { in __kmp_push_current_task_to_thread()
[all …]
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()
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()
346 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_internal()
438 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_memory_internal()
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))
Dkmp_runtime.cpp1176 if (this_thr->th.th_current_task->td_icvs.proc_bind == proc_bind_false) { in __kmp_serialized_parallel()
1181 proc_bind = this_thr->th.th_current_task->td_icvs.proc_bind; in __kmp_serialized_parallel()
1224 proc_bind, &this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1263 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1264 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1); in __kmp_serialized_parallel()
1265 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel()
1272 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1273 &this_thr->th.th_current_task->td_parent->td_icvs); in __kmp_serialized_parallel()
1278 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1284 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel()
[all …]
Dkmp.h2088 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2090 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2093 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2097 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2099 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2101 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2104 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2109 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) = \
2114 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2117 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval))
[all …]
Dkmp_ftn_entry.h346 return thread->th.th_current_task->td_icvs.nproc; in KMP_EXPAND_NAME()
746 return thread->th.th_current_task->td_icvs.thread_limit; in KMP_EXPAND_NAME()
757 return __kmp_entry_thread()->th.th_current_task->td_flags.final; in KMP_EXPAND_NAME()
927 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device; in KMP_EXPAND_NAME()
935 __kmp_entry_thread()->th.th_current_task->td_icvs.default_device = in KMP_EXPAND_NAME()
Dkmp_omp.h104 offset_and_size_t th_current_task; // innermost task being executed member
Dkmp_debugger.cpp99 offset_and_size_of(kmp_base_info_t, th_current_task),
Dkmp_taskdeps.cpp519 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps()
681 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_wait_deps()
Dkmp_csupport.cpp430 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmpc_fork_teams()
548 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel()
595 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0); in __kmpc_end_serialized_parallel()
596 this_thr->th.th_current_task->td_flags.executing = 1; in __kmpc_end_serialized_parallel()
3836 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid()
3851 parent_task = thread->th.th_current_task->td_parent; in __kmpc_get_parent_taskid()
Dkmp_itt.inl626 kmp_taskdata_t *taskdata = thread->th.th_current_task;
638 kmp_taskdata_t *taskdata = thread->th.th_current_task;
Dkmp_gsupport.cpp1234 current_task = __kmp_threads[gtid]->th.th_current_task;
Dkmp_affinity.cpp4913 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()