Lines Matching refs:thread_pool
57 struct gomp_thread_pool *thread_pool; member
89 thr->thread_pool = data->thread_pool; in gomp_thread_start()
105 pool = thr->thread_pool; in gomp_thread_start()
144 thr->thread_pool = NULL; in gomp_thread_start()
241 gomp_free_pool_helper (void *thread_pool) in gomp_free_pool_helper() argument
245 = (struct gomp_thread_pool *) thread_pool; in gomp_free_pool_helper()
248 thr->thread_pool = NULL; in gomp_free_pool_helper()
269 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread()
304 thr->thread_pool = NULL; in gomp_free_thread()
341 pool = thr->thread_pool; in gomp_team_start()
854 start_data->thread_pool = pool; in gomp_team_start()
1008 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_team_end()
1046 gomp_pause_pool_helper (void *thread_pool) in gomp_pause_pool_helper() argument
1050 = (struct gomp_thread_pool *) thread_pool; in gomp_pause_pool_helper()
1053 thr->thread_pool = NULL; in gomp_pause_pool_helper()
1065 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_pause_host()
1107 thr->thread_pool = NULL; in gomp_pause_host()