Lines Matching refs:gomp_thread_pool
57 struct gomp_thread_pool *thread_pool;
72 struct gomp_thread_pool *pool; in gomp_thread_start()
150 struct gomp_thread_pool *pool = gomp_get_thread_pool (thr, nthreads); in get_last_team()
231 struct gomp_thread_pool *pool in gomp_free_pool_helper()
232 = (struct gomp_thread_pool *) thread_pool; in gomp_free_pool_helper()
256 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread()
316 struct gomp_thread_pool *pool; in gomp_team_start()
989 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_team_end()
1030 struct gomp_thread_pool *pool in gomp_pause_pool_helper()
1031 = (struct gomp_thread_pool *) thread_pool; in gomp_pause_pool_helper()
1046 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_pause_host()