Searched refs:th_current_task (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_tasking.cpp | 377 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 …]
|
D | kmp_cancel.cpp | 84 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()
|
D | ompt-specific.cpp | 108 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()
|
D | ompt-specific.h | 60 #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))
|
D | kmp_runtime.cpp | 1176 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 …]
|
D | kmp.h | 2088 ((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 …]
|
D | kmp_ftn_entry.h | 346 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()
|
D | kmp_omp.h | 104 offset_and_size_t th_current_task; // innermost task being executed member
|
D | kmp_debugger.cpp | 99 offset_and_size_of(kmp_base_info_t, th_current_task),
|
D | kmp_taskdeps.cpp | 519 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()
|
D | kmp_csupport.cpp | 430 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()
|
D | kmp_itt.inl | 626 kmp_taskdata_t *taskdata = thread->th.th_current_task; 638 kmp_taskdata_t *taskdata = thread->th.th_current_task;
|
D | kmp_gsupport.cpp | 1234 current_task = __kmp_threads[gtid]->th.th_current_task;
|
D | kmp_affinity.cpp | 4913 th->th.th_current_task->td_icvs.proc_bind = proc_bind_false; in __kmp_aux_set_affinity()
|