Lines Matching refs:th_current_task
1213 if (this_thr->th.th_current_task->td_icvs.proc_bind == proc_bind_false) { in __kmp_serialized_parallel()
1218 proc_bind = this_thr->th.th_current_task->td_icvs.proc_bind; in __kmp_serialized_parallel()
1264 &this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1303 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1304 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1); 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()
1313 &this_thr->th.th_current_task->td_parent->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()
1708 master_th->th.th_current_task->td_icvs.max_active_levels) { in __kmp_fork_call()
1985 master_th->th.th_current_task, in __kmp_fork_call()
1986 master_th->th.th_current_task->td_icvs.max_active_levels)); in __kmp_fork_call()
1990 master_th->th.th_current_task->td_flags.executing = 0; in __kmp_fork_call()
2001 int nthreads_icv = master_th->th.th_current_task->td_icvs.nproc; in __kmp_fork_call()
2014 if (master_th->th.th_current_task->td_icvs.proc_bind == proc_bind_false) { in __kmp_fork_call()
2020 proc_bind = master_th->th.th_current_task->td_icvs.proc_bind; in __kmp_fork_call()
2028 master_th->th.th_current_task->td_icvs.proc_bind)) { in __kmp_fork_call()
2043 copy_icvs(&new_icvs, &master_th->th.th_current_task->td_icvs); in __kmp_fork_call()
2075 &master_th->th.th_current_task->td_icvs, in __kmp_fork_call()
2223 &master_th->th.th_current_task->td_icvs, loc); in __kmp_fork_call()
2617 master_th->th.th_current_task->td_flags.executing = 1; in __kmp_join_call()
2655 copy_icvs(control, &thread->th.th_current_task->td_icvs); in __kmp_save_internal_controls()
2680 if (thread->th.th_current_task->td_icvs.nproc == new_nth) in __kmp_set_num_threads()
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()
2790 thread->th.th_current_task->td_icvs.max_active_levels)); in __kmp_get_max_active_levels()
2791 return thread->th.th_current_task->td_icvs.max_active_levels; in __kmp_get_max_active_levels()
2825 thread->th.th_current_task->td_icvs.sched.r_sched_type = kmp_sch_static; in __kmp_set_schedule()
2827 thread->th.th_current_task->td_icvs.sched.r_sched_type = in __kmp_set_schedule()
2833 thread->th.th_current_task->td_icvs.sched.r_sched_type = in __kmp_set_schedule()
2839 thread->th.th_current_task->td_icvs.sched.chunk = KMP_DEFAULT_CHUNK; in __kmp_set_schedule()
2841 thread->th.th_current_task->td_icvs.sched.chunk = chunk; in __kmp_set_schedule()
2855 th_type = thread->th.th_current_task->td_icvs.sched.r_sched_type; in __kmp_get_schedule()
2890 *chunk = thread->th.th_current_task->td_icvs.sched.chunk; in __kmp_get_schedule()
3188 copy_icvs(&gx_icvs, &team->t.t_threads[0]->th.th_current_task->td_icvs); in __kmp_get_x_global_icvs()
4067 gtid, tid, this_thr, team, steam, this_thr->th.th_current_task, in __kmp_task_info()
4118 tid, gtid, this_thr, this_thr->th.th_current_task)); in __kmp_initialize_info()
4124 tid, gtid, this_thr, this_thr->th.th_current_task)); in __kmp_initialize_info()
5600 this_th->th.th_current_task = NULL; in __kmp_free_thread()
6856 if (thread->th.th_current_task->td_icvs.nproc != 0) in __kmp_do_middle_initialize()
7345 ->th.th_current_task->td_icvs.dynamic == TRUE); in __kmp_load_balance_nproc()