Searched refs:th_current_task (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
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 Dompt-specific.cpp108 kmp_taskdata_t *taskdata = thr->th.th_current_task;
148 kmp_taskdata_t *taskdata = thr->th.th_current_task;
348 kmp_taskdata_t *taskdata = thr->th.th_current_task;
440 kmp_taskdata_t *taskdata = thr->th.th_current_task;
H A Dkmp_cancel.cpp84 task = this_thr->th.th_current_task;
197 task = this_thr->th.th_current_task;
323 task = this_thr->th.th_current_task;
H A Dkmp_tasking.cpp376 thread->th.th_current_task)) {
396 thread->th.th_current_task)) {
438 0, this_thr, this_thr->th.th_current_task,
439 this_thr->th.th_current_task->td_parent));
441 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent;
446 0, this_thr, this_thr->th.th_current_task,
447 this_thr->th.th_current_task->td_parent));
463 tid, this_thr, this_thr->th.th_current_task,
469 if (this_thr->th.th_current_task !
[all...]
H A Dkmp.h1999 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2001 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2004 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2008 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2010 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2012 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2015 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2020 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) = \
2025 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2028 (((xthread)->th.th_current_task
2503 kmp_taskdata_t *th_current_task; // Innermost Task being executed member in struct:kmp_base_info
[all...]
H A Dkmp_runtime.cpp1167 if (this_thr->th.th_current_task->td_icvs.proc_bind == proc_bind_false) {
1172 proc_bind = this_thr->th.th_current_task->td_icvs.proc_bind;
1215 proc_bind, &this_thr->th.th_current_task->td_icvs,
1254 this_thr->th.th_current_task));
1255 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1);
1256 this_thr->th.th_current_task->td_flags.executing = 0;
1263 copy_icvs(&this_thr->th.th_current_task->td_icvs,
1264 &this_thr->th.th_current_task->td_parent->td_icvs);
1269 this_thr->th.th_current_task->td_icvs.nproc =
1275 this_thr->th.th_current_task
[all...]
H A Dkmp_omp.h104 offset_and_size_t th_current_task; // innermost task being executed member in struct:__anon3442
H A Dkmp_ftn_entry.h346 return thread->th.th_current_task->td_icvs.nproc;
746 return thread->th.th_current_task->td_icvs.thread_limit;
757 return __kmp_entry_thread()->th.th_current_task->td_flags.final;
927 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device;
935 __kmp_entry_thread()->th.th_current_task->td_icvs.default_device =
H A Dkmp_debugger.cpp99 offset_and_size_of(kmp_base_info_t, th_current_task),
H A Dkmp_taskdeps.cpp516 kmp_taskdata_t *current_task = thread->th.th_current_task;
669 kmp_taskdata_t *current_task = thread->th.th_current_task;
H A Dkmp_csupport.cpp430 this_thr->th.th_current_task->td_icvs.thread_limit =
545 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top);
592 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0);
593 this_thr->th.th_current_task->td_flags.executing = 1;
3841 return thread->th.th_current_task->td_task_id;
3856 parent_task = thread->th.th_current_task->td_parent;
H A Dkmp_gsupport.cpp1165 current_task = __kmp_threads[gtid]->th.th_current_task;
H A Dkmp_affinity.cpp4903 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false;

Completed in 317 milliseconds