Lines Matching refs:nthr

264 	      struct gomp_thread *nthr = pool->threads[i];  in gomp_free_thread()  local
265 nthr->fn = gomp_free_pool_helper; in gomp_free_thread()
266 nthr->data = pool; in gomp_free_thread()
312 struct gomp_thread *thr, *nthr; in gomp_team_start() local
619 nthr = affinity_thr[l - team->prev_ts.place_partition_off]; in gomp_team_start()
621 = (struct gomp_thread *) nthr->data; in gomp_team_start()
623 pool->threads[i] = nthr; in gomp_team_start()
626 nthr = pool->threads[i]; in gomp_team_start()
630 nthr = pool->threads[i]; in gomp_team_start()
631 nthr->ts.team = team; in gomp_team_start()
632 nthr->ts.work_share = &team->work_shares[0]; in gomp_team_start()
633 nthr->ts.last_work_share = NULL; in gomp_team_start()
634 nthr->ts.team_id = i; in gomp_team_start()
635 nthr->ts.level = team->prev_ts.level + 1; in gomp_team_start()
636 nthr->ts.active_level = thr->ts.active_level; in gomp_team_start()
637 nthr->ts.place_partition_off = place_partition_off; in gomp_team_start()
638 nthr->ts.place_partition_len = place_partition_len; in gomp_team_start()
640 nthr->ts.single_count = 0; in gomp_team_start()
642 nthr->ts.static_trip = 0; in gomp_team_start()
643 nthr->task = &team->implicit_task[i]; in gomp_team_start()
644 nthr->place = place; in gomp_team_start()
645 gomp_init_task (nthr->task, task, icv); in gomp_team_start()
648 nthr->task->taskgroup = taskgroup; in gomp_team_start()
649 nthr->fn = fn; in gomp_team_start()
650 nthr->data = data; in gomp_team_start()
651 team->ordered_release[i] = &nthr->release; in gomp_team_start()
1058 struct gomp_thread *nthr = pool->threads[i]; in gomp_pause_host() local
1059 nthr->fn = gomp_pause_pool_helper; in gomp_pause_host()
1060 nthr->data = pool; in gomp_pause_host()
1061 thrs[i] = gomp_thread_to_pthread_t (nthr); in gomp_pause_host()