Home
last modified time | relevance | path

Searched refs:gomp_thread_pool (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgomp/
H A Dteam.c56 struct gomp_thread_pool *thread_pool;
69 struct gomp_thread_pool *pool; in gomp_thread_start()
189 static struct gomp_thread_pool *gomp_new_thread_pool (void) in gomp_new_thread_pool()
191 struct gomp_thread_pool *pool in gomp_new_thread_pool()
192 = gomp_malloc (sizeof(struct gomp_thread_pool)); in gomp_new_thread_pool()
203 struct gomp_thread_pool *pool in gomp_free_pool_helper()
204 = (struct gomp_thread_pool *) thread_pool; in gomp_free_pool_helper()
216 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread()
270 struct gomp_thread_pool *pool; in gomp_team_start()
523 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_team_end()
H A Dlibgomp.h355 struct gomp_thread_pool *thread_pool;
359 struct gomp_thread_pool struct
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
H A Dpool.h36 static inline struct gomp_thread_pool *
39 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_get_thread_pool()
55 gomp_release_thread_pool (struct gomp_thread_pool *pool) in gomp_release_thread_pool()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dteam.c58 struct gomp_thread_pool *thread_pool;
72 struct gomp_thread_pool *pool; in gomp_thread_start()
146 struct gomp_thread_pool *pool = gomp_get_thread_pool (thr, nthreads); in get_last_team()
227 struct gomp_thread_pool *pool in gomp_free_pool_helper()
228 = (struct gomp_thread_pool *) thread_pool; in gomp_free_pool_helper()
248 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_free_thread()
307 struct gomp_thread_pool *pool; in gomp_team_start()
929 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_team_end()
H A Dlibgomp.h615 struct gomp_thread_pool *thread_pool;
619 struct gomp_thread_pool struct
H A Dparallel.c45 struct gomp_thread_pool *pool; in gomp_resolve_num_threads()