Lines Matching refs:gomp_thread
43 __thread struct gomp_thread gomp_tls_data;
71 struct gomp_thread *thr; in gomp_thread_start()
79 struct gomp_thread local_thr; in gomp_thread_start()
147 struct gomp_thread *thr = gomp_thread (); in get_last_team()
230 struct gomp_thread *thr = gomp_thread (); in gomp_free_pool_helper()
255 struct gomp_thread *thr = gomp_thread (); in gomp_free_thread()
264 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread()
312 struct gomp_thread *thr, *nthr; in gomp_team_start()
323 struct gomp_thread **affinity_thr = NULL; in gomp_team_start()
326 thr = gomp_thread (); in gomp_team_start()
487 * sizeof (struct gomp_thread *)); in gomp_team_start()
572 * sizeof (struct gomp_thread *)); in gomp_team_start()
576 * sizeof (struct gomp_thread *)); in gomp_team_start()
579 * sizeof (struct gomp_thread *)); in gomp_team_start()
598 * sizeof (struct gomp_thread *))); in gomp_team_start()
621 = (struct gomp_thread *) nthr->data; in gomp_team_start()
930 struct gomp_thread *thr = gomp_thread (); in gomp_team_end()
1005 static struct gomp_thread initial_thread_tls_data; in initialize_team()
1029 struct gomp_thread *thr = gomp_thread (); in gomp_pause_pool_helper()
1045 struct gomp_thread *thr = gomp_thread (); in gomp_pause_host()
1058 struct gomp_thread *nthr = pool->threads[i]; in gomp_pause_host()
1097 struct gomp_thread *thr = gomp_thread (); in gomp_new_icv()