Lines Matching refs:th_current_task
1122 if (this_thr->th.th_current_task->td_icvs.proc_bind == proc_bind_false) { in __kmp_serialized_parallel()
1127 proc_bind = this_thr->th.th_current_task->td_icvs.proc_bind; in __kmp_serialized_parallel()
1169 proc_bind, &this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1208 this_thr->th.th_current_task)); in __kmp_serialized_parallel()
1209 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1); in __kmp_serialized_parallel()
1210 this_thr->th.th_current_task->td_flags.executing = 0; in __kmp_serialized_parallel()
1217 copy_icvs(&this_thr->th.th_current_task->td_icvs, in __kmp_serialized_parallel()
1218 &this_thr->th.th_current_task->td_parent->td_icvs); in __kmp_serialized_parallel()
1223 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1229 this_thr->th.th_current_task->td_icvs.proc_bind = in __kmp_serialized_parallel()
1274 this_thr->th.th_current_task->td_icvs.nproc = in __kmp_serialized_parallel()
1640 master_th->th.th_current_task->td_icvs.max_active_levels) { in __kmp_fork_call()
1920 master_th->th.th_current_task, in __kmp_fork_call()
1921 master_th->th.th_current_task->td_icvs.max_active_levels)); in __kmp_fork_call()
1925 master_th->th.th_current_task->td_flags.executing = 0; in __kmp_fork_call()
1933 int nthreads_icv = master_th->th.th_current_task->td_icvs.nproc; in __kmp_fork_call()
1945 if (master_th->th.th_current_task->td_icvs.proc_bind == proc_bind_false) { in __kmp_fork_call()
1951 proc_bind = master_th->th.th_current_task->td_icvs.proc_bind; in __kmp_fork_call()
1959 master_th->th.th_current_task->td_icvs.proc_bind)) { in __kmp_fork_call()
1969 copy_icvs(&new_icvs, &master_th->th.th_current_task->td_icvs); in __kmp_fork_call()
1994 &master_th->th.th_current_task->td_icvs, in __kmp_fork_call()
2129 &master_th->th.th_current_task->td_icvs, loc); in __kmp_fork_call()
2560 master_th->th.th_current_task->td_flags.executing = 1; in __kmp_join_call()
2602 copy_icvs(control, &thread->th.th_current_task->td_icvs); in __kmp_save_internal_controls()
2627 if (thread->th.th_current_task->td_icvs.nproc == new_nth) in __kmp_set_num_threads()
2733 KMP_DEBUG_ASSERT(thread->th.th_current_task); in __kmp_get_max_active_levels()
2736 gtid, thread->th.th_current_task, in __kmp_get_max_active_levels()
2737 thread->th.th_current_task->td_icvs.max_active_levels)); in __kmp_get_max_active_levels()
2738 return thread->th.th_current_task->td_icvs.max_active_levels; in __kmp_get_max_active_levels()
2792 thread->th.th_current_task->td_icvs.sched.r_sched_type = kmp_sch_static; in __kmp_set_schedule()
2794 thread->th.th_current_task->td_icvs.sched.r_sched_type = in __kmp_set_schedule()
2800 thread->th.th_current_task->td_icvs.sched.r_sched_type = in __kmp_set_schedule()
2805 orig_kind, &(thread->th.th_current_task->td_icvs.sched.r_sched_type)); in __kmp_set_schedule()
2808 thread->th.th_current_task->td_icvs.sched.chunk = KMP_DEFAULT_CHUNK; in __kmp_set_schedule()
2810 thread->th.th_current_task->td_icvs.sched.chunk = chunk; in __kmp_set_schedule()
2824 th_type = thread->th.th_current_task->td_icvs.sched.r_sched_type; in __kmp_get_schedule()
2860 *chunk = thread->th.th_current_task->td_icvs.sched.chunk; in __kmp_get_schedule()
3150 copy_icvs(&gx_icvs, &team->t.t_threads[0]->th.th_current_task->td_icvs); in __kmp_get_x_global_icvs()
4071 gtid, tid, this_thr, team, steam, this_thr->th.th_current_task, in __kmp_task_info()
4120 tid, gtid, this_thr, this_thr->th.th_current_task)); in __kmp_initialize_info()
4126 tid, gtid, this_thr, this_thr->th.th_current_task)); in __kmp_initialize_info()
4169 this_thr->th.th_current_task->td_icvs.thread_limit = in __kmp_initialize_info()
5586 thr->th.th_current_task->td_icvs.thread_limit = in __kmp_free_team()
5698 this_th->th.th_current_task = NULL; in __kmp_free_thread()
7104 if (thread->th.th_current_task->td_icvs.nproc != 0) in __kmp_do_middle_initialize()
7397 tmp->cg_thread_limit = thr->th.th_current_task->td_icvs.thread_limit; in __kmp_teams_master()
7493 if (num_threads > thr->th.th_current_task->td_icvs.thread_limit) { in __kmp_push_thread_limit()
7494 num_threads = thr->th.th_current_task->td_icvs.thread_limit; in __kmp_push_thread_limit()
7505 thr->th.th_current_task->td_icvs.thread_limit = num_threads; in __kmp_push_thread_limit()
7772 ->th.th_current_task->td_icvs.dynamic == TRUE); in __kmp_load_balance_nproc()