Home
last modified time | relevance | path

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

/freebsd/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()
377 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.cpp1207 if (this_thr->th.th_current_task->td_icvs.proc_bind == proc_bind_false) { in __kmp_serialized_parallel()
1212 proc_bind = this_thr->th.th_current_task->td_icvs.proc_bind; in __kmp_serialized_parallel()
1263 proc_bind, &this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1308 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1309 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1); in __kmp_serialized_parallel()
1310 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel()
1317 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1318 &this_thr->th.th_current_task->td_parent->td_icvs); in __kmp_serialized_parallel()
1326 this_thr->th.th_current_task->td_icvs.nproc = nested_nth->nth[level + 1]; in __kmp_serialized_parallel()
1331 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel()
[all …]
H A Dompt-specific.h83 #define OMPT_CUR_TASK_INFO(thr) (&((thr)->th.th_current_task->ompt_task_info))
85 (&((thr)->th.th_current_task->ompt_task_info.task_data))
H A Dkmp.h2414 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2416 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2419 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2423 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2425 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2427 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2430 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2435 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) = \
2440 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2443 (((xthread)->th.th_current_task->td_icvs.dynamic) = (xval))
[all …]
H A Dkmp_ftn_entry.h380 return thread->th.th_current_task->td_icvs.nproc; in KMP_EXPAND_NAME()
936 if (int thread_limit = thread->th.th_current_task->td_icvs.task_thread_limit) in KMP_EXPAND_NAME()
938 return thread->th.th_current_task->td_icvs.thread_limit; in KMP_EXPAND_NAME()
949 return __kmp_entry_thread()->th.th_current_task->td_flags.final; in KMP_EXPAND_NAME()
1152 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device; in KMP_EXPAND_NAME()
1160 __kmp_entry_thread()->th.th_current_task->td_icvs.default_device = in KMP_EXPAND_NAME()
1791 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
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_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.cpp1920 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
1954 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
1970 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in __kmp_alloc()
2313 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in ___kmpc_free()
2338 __kmp_threads[gtid]->th.th_current_task->td_icvs.default_device; in ___kmpc_free()
H A Dkmp_taskdeps.cpp695 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_task_with_deps()
922 kmp_taskdata_t *current_task = thread->th.th_current_task; in __kmpc_omp_taskwait_deps_51()
H A Dompt-general.cpp501 __ompt_task_init(root_thread->th.th_current_task, 0);
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.cpp5579 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()