Searched refs:th_current_task (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_tasking.cpp | 442 0, this_thr, this_thr->th.th_current_task, in __kmp_pop_current_task_from_thread() 445 this_thr->th.th_current_task = this_thr->th.th_current_task->td_parent; in __kmp_pop_current_task_from_thread() 475 this_thr->th.th_current_task; in __kmp_push_current_task_to_thread() 520 thread->th.th_current_task = taskdata; in __kmp_task_start() 945 thread->th.th_current_task = resumed_task; in __kmp_task_finish() 1103 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_finish_implicit_task() 1129 kmp_taskdata_t *task = thread->th.th_current_task; in __kmp_free_implicit_task() 1839 taskdata = thread->th.th_current_task; in __kmpc_omp_taskwait_template() 1969 taskdata = thread->th.th_current_task; in __kmpc_omp_taskyield() 2130 tg = thread->th.th_current_task->td_taskgroup; in __kmpc_task_reduction_get_th_data() [all …]
|
| H A D | kmp_cancel.cpp | 87 task = this_thr->th.th_current_task; in __kmpc_cancel() 200 task = this_thr->th.th_current_task; in __kmpc_cancellationpoint() 326 task = this_thr->th.th_current_task; in __kmp_get_cancellation_status()
|
| H A D | ompt-specific.h | 58 #define OMPT_CUR_TASK_INFO(thr) (&(thr->th.th_current_task->ompt_task_info)) 60 (&(thr->th.th_current_task->ompt_task_info.task_data))
|
| H A D | kmp.h | 2040 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) 2047 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nested) 2051 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc) 2053 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched) 2069 (((xthread)->th.th_current_task->td_icvs.nested) = (xval)) 2074 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval)) 2079 (((xthread)->th.th_current_task->td_icvs.nproc) = (xval)) 2085 (((xthread)->th.th_current_task->td_icvs.sched) = (xval)) 2090 (((xthread)->th.th_current_task->td_icvs.proc_bind) = (xval)) 2092 ((xthread)->th.th_current_task->td_icvs.proc_bind) [all …]
|
| H A D | kmp_runtime.cpp | 1303 this_thr->th.th_current_task)); in __kmp_serialized_parallel() 1305 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel() 1312 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel() 1318 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel() 1325 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel() 1373 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel() 1985 master_th->th.th_current_task, in __kmp_fork_call() 2617 master_th->th.th_current_task->td_flags.executing = 1; in __kmp_join_call() 2786 KMP_DEBUG_ASSERT(thread->th.th_current_task); in __kmp_get_max_active_levels() 2789 gtid, thread->th.th_current_task, in __kmp_get_max_active_levels() [all …]
|
| H A D | ompt-specific.cpp | 109 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_object() 149 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_scheduling_taskinfo() 347 kmp_taskdata_t *taskdata = thr->th.th_current_task; in __ompt_get_task_info_internal()
|
| H A D | kmp_ftn_entry.h | 349 return thread->th.th_current_task->td_icvs.nproc; in KMP_EXPAND_NAME() 753 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()
|
| H A D | kmp_omp.h | 105 offset_and_size_t th_current_task; // innermost task being executed member
|
| H A D | kmp_debugger.cpp | 100 offset_and_size_of(kmp_base_info_t, th_current_task),
|
| H A D | kmp_taskdeps.cpp | 464 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps() 619 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_wait_deps()
|
| H A D | kmp_csupport.cpp | 535 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); in __kmpc_end_serialized_parallel() 584 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0); in __kmpc_end_serialized_parallel() 585 this_thr->th.th_current_task->td_flags.executing = 1; in __kmpc_end_serialized_parallel() 3830 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid() 3845 parent_task = thread->th.th_current_task->td_parent; in __kmpc_get_parent_taskid()
|
| H A D | kmp_itt.inl | 635 kmp_taskdata_t *taskdata = thread->th.th_current_task; 647 kmp_taskdata_t *taskdata = thread->th.th_current_task;
|
| H A D | kmp_gsupport.cpp | 1166 current_task = __kmp_threads[gtid]->th.th_current_task;
|
| H A D | kmp_affinity.cpp | 4939 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()
|