Lines Matching refs:gomp_thread
43 __thread struct gomp_thread gomp_tls_data;
73 struct gomp_thread *thr; in gomp_thread_start()
81 struct gomp_thread local_thr; in gomp_thread_start()
153 struct gomp_thread *thr = gomp_thread (); in get_last_team()
243 struct gomp_thread *thr = gomp_thread (); in gomp_free_pool_helper()
268 struct gomp_thread *thr = gomp_thread (); in gomp_free_thread()
277 struct gomp_thread *nthr = pool->threads[i]; in gomp_free_thread()
325 struct gomp_thread *thr, *nthr; in gomp_team_start()
336 struct gomp_thread **affinity_thr = NULL; in gomp_team_start()
339 thr = gomp_thread (); in gomp_team_start()
500 * sizeof (struct gomp_thread *)); in gomp_team_start()
585 * sizeof (struct gomp_thread *)); in gomp_team_start()
589 * sizeof (struct gomp_thread *)); in gomp_team_start()
592 * sizeof (struct gomp_thread *)); in gomp_team_start()
611 * sizeof (struct gomp_thread *))); in gomp_team_start()
634 = (struct gomp_thread *) nthr->data; in gomp_team_start()
949 struct gomp_thread *thr = gomp_thread (); in gomp_team_end()
1024 static struct gomp_thread initial_thread_tls_data; in initialize_team()
1048 struct gomp_thread *thr = gomp_thread (); in gomp_pause_pool_helper()
1064 struct gomp_thread *thr = gomp_thread (); in gomp_pause_host()
1077 struct gomp_thread *nthr = pool->threads[i]; in gomp_pause_host()
1116 struct gomp_thread *thr = gomp_thread (); in gomp_new_icv()