Lines Matching refs:gomp_thread_pool
57 struct gomp_thread_pool *thread_pool;
74 struct gomp_thread_pool *pool; in gomp_thread_start()
156 struct gomp_thread_pool *pool = gomp_get_thread_pool (thr, nthreads); in get_last_team()
244 struct gomp_thread_pool *pool in gomp_free_pool_helper()
245 = (struct gomp_thread_pool *) thread_pool; in gomp_free_pool_helper()
269 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread()
329 struct gomp_thread_pool *pool; in gomp_team_start()
1008 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_team_end()
1049 struct gomp_thread_pool *pool in gomp_pause_pool_helper()
1050 = (struct gomp_thread_pool *) thread_pool; in gomp_pause_pool_helper()
1065 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_pause_host()