Lines Matching refs:th_current_task

1167   if (this_thr->th.th_current_task->td_icvs.proc_bind == proc_bind_false) {
1172 proc_bind = this_thr->th.th_current_task->td_icvs.proc_bind;
1215 proc_bind, &this_thr->th.th_current_task->td_icvs,
1254 this_thr->th.th_current_task));
1255 KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1);
1256 this_thr->th.th_current_task->td_flags.executing = 0;
1263 copy_icvs(&this_thr->th.th_current_task->td_icvs,
1264 &this_thr->th.th_current_task->td_parent->td_icvs);
1269 this_thr->th.th_current_task->td_icvs.nproc =
1275 this_thr->th.th_current_task->td_icvs.proc_bind =
1320 this_thr->th.th_current_task->td_icvs.nproc =
1649 master_th->th.th_current_task->td_icvs.max_active_levels) {
1925 master_th->th.th_current_task,
1926 master_th->th.th_current_task->td_icvs.max_active_levels));
1929 // KMP_ASSERT( master_th->th.th_current_task->td_flags.executing == 1 );
1930 master_th->th.th_current_task->td_flags.executing = 0;
1938 int nthreads_icv = master_th->th.th_current_task->td_icvs.nproc;
1950 if (master_th->th.th_current_task->td_icvs.proc_bind == proc_bind_false) {
1956 proc_bind = master_th->th.th_current_task->td_icvs.proc_bind;
1964 master_th->th.th_current_task->td_icvs.proc_bind)) {
1974 copy_icvs(&new_icvs, &master_th->th.th_current_task->td_icvs);
1999 &master_th->th.th_current_task->td_icvs,
2130 &master_th->th.th_current_task->td_icvs, loc);
2531 // KMP_ASSERT( master_th->th.th_current_task->td_flags.executing == 0 );
2532 master_th->th.th_current_task->td_flags.executing = 1;
2574 copy_icvs(control, &thread->th.th_current_task->td_icvs);
2599 if (thread->th.th_current_task->td_icvs.nproc == new_nth)
2705 KMP_DEBUG_ASSERT(thread->th.th_current_task);
2708 gtid, thread->th.th_current_task,
2709 thread->th.th_current_task->td_icvs.max_active_levels));
2710 return thread->th.th_current_task->td_icvs.max_active_levels;
2751 thread->th.th_current_task->td_icvs.sched.r_sched_type = kmp_sch_static;
2753 thread->th.th_current_task->td_icvs.sched.r_sched_type =
2759 thread->th.th_current_task->td_icvs.sched.r_sched_type =
2764 orig_kind, &(thread->th.th_current_task->td_icvs.sched.r_sched_type));
2767 thread->th.th_current_task->td_icvs.sched.chunk = KMP_DEFAULT_CHUNK;
2769 thread->th.th_current_task->td_icvs.sched.chunk = chunk;
2783 th_type = thread->th.th_current_task->td_icvs.sched.r_sched_type;
2819 *chunk = thread->th.th_current_task->td_icvs.sched.chunk;
3109 copy_icvs(&gx_icvs, &team->t.t_threads[0]->th.th_current_task->td_icvs);
3996 gtid, tid, this_thr, team, steam, this_thr->th.th_current_task,
4045 tid, gtid, this_thr, this_thr->th.th_current_task));
4051 tid, gtid, this_thr, this_thr->th.th_current_task));
4094 this_thr->th.th_current_task->td_icvs.thread_limit =
5458 thr->th.th_current_task->td_icvs.thread_limit =
5570 this_th->th.th_current_task = NULL;
6818 if (thread->th.th_current_task->td_icvs.nproc != 0)
7065 tmp->cg_thread_limit = thr->th.th_current_task->td_icvs.thread_limit;
7175 if (num_threads > thr->th.th_current_task->td_icvs.thread_limit) {
7176 num_threads = thr->th.th_current_task->td_icvs.thread_limit;
7184 thr->th.th_current_task->td_icvs.thread_limit = num_threads;
7357 ->th.th_current_task->td_icvs.dynamic == TRUE);