Home
last modified time | relevance | path

Searched refs:gomp_get_thread_pool (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dpool.h37 gomp_get_thread_pool (struct gomp_thread *thr, unsigned nthreads) in gomp_get_thread_pool() function
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/accel/
H A Dpool.h37 gomp_get_thread_pool (struct gomp_thread *thr, unsigned nthreads) in gomp_get_thread_pool() function
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/accel/
H A Dpool.h37 gomp_get_thread_pool (struct gomp_thread *thr, unsigned nthreads) in gomp_get_thread_pool() function
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dpool.h37 gomp_get_thread_pool (struct gomp_thread *thr, unsigned nthreads) in gomp_get_thread_pool() function
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dpool.h37 gomp_get_thread_pool (struct gomp_thread *thr, unsigned nthreads) in gomp_get_thread_pool() function
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/rtems/
H A Dpool.h87 gomp_get_thread_pool (struct gomp_thread *thr, unsigned nthreads) in gomp_get_thread_pool() function
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
H A Dpool.h87 gomp_get_thread_pool (struct gomp_thread *thr, unsigned nthreads) in gomp_get_thread_pool() function
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dteam.c150 struct gomp_thread_pool *pool = gomp_get_thread_pool (thr, nthreads); in get_last_team()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dteam.c156 struct gomp_thread_pool *pool = gomp_get_thread_pool (thr, nthreads); in get_last_team()
H A DChangeLog9125 (gomp_get_thread_pool): Likewise.
9132 * config/rtems/pool.h (gomp_get_thread_pool): Return proper
11429 (gomp_get_thread_pool): Define in configuration.
11450 (gomp_get_thread_pool): ... new function. Allocate and
11452 (get_last_team): Use gomp_get_thread_pool().