/netbsd-src/external/gpl3/gcc/dist/libgomp/config/rtems/ |
H A D | pool.h | 45 struct gomp_thread_pool *pools[]; 73 static inline struct gomp_thread_pool * 76 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_get_own_thread_pool() 86 static inline struct gomp_thread_pool * 89 struct gomp_thread_pool *pool; in gomp_get_thread_pool() 112 gomp_release_thread_pool (struct gomp_thread_pool *pool) in gomp_release_thread_pool()
|
H A D | proc.c | 55 struct gomp_thread_pool *pools; in allocate_thread_pool_reservoir()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/rtems/ |
H A D | pool.h | 45 struct gomp_thread_pool *pools[]; 73 static inline struct gomp_thread_pool * 76 struct gomp_thread_pool *pool = thr->thread_pool; in gomp_get_own_thread_pool() 86 static inline struct gomp_thread_pool * 89 struct gomp_thread_pool *pool; in gomp_get_thread_pool() 112 gomp_release_thread_pool (struct gomp_thread_pool *pool) in gomp_release_thread_pool()
|
H A D | proc.c | 55 struct gomp_thread_pool *pools; in allocate_thread_pool_reservoir()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/ |
H A D | pool.h | 36 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()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/ |
H A D | pool.h | 36 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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
H A D | team.c | 36 static void gomp_thread_start (struct gomp_thread_pool *); 63 struct gomp_thread_pool *pool = alloca (sizeof (*pool)); in gomp_nvptx_main() 90 gomp_thread_start (struct gomp_thread_pool *pool) in gomp_thread_start() 125 struct gomp_thread_pool *pool; in gomp_team_start()
|
H A D | pool.h | 36 static inline struct gomp_thread_pool * 44 gomp_release_thread_pool (struct gomp_thread_pool *pool) in gomp_release_thread_pool()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/nvptx/ |
H A D | team.c | 37 static void gomp_thread_start (struct gomp_thread_pool *); 66 struct gomp_thread_pool *pool = alloca (sizeof (*pool)); in gomp_nvptx_main() 93 gomp_thread_start (struct gomp_thread_pool *pool) in gomp_thread_start() 128 struct gomp_thread_pool *pool; in gomp_team_start()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/gcn/ |
H A D | team.c | 32 static void gomp_thread_start (struct gomp_thread_pool *); 80 struct gomp_thread_pool *pool = team_malloc (sizeof (*pool)); in gomp_gcn_enter_kernel() 113 gomp_thread_start (struct gomp_thread_pool *pool) in gomp_thread_start() 159 struct gomp_thread_pool *pool; in gomp_team_start()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/gcn/ |
H A D | team.c | 32 static void gomp_thread_start (struct gomp_thread_pool *); 80 struct gomp_thread_pool *pool = team_malloc (sizeof (*pool)); in gomp_gcn_enter_kernel() 113 gomp_thread_start (struct gomp_thread_pool *pool) in gomp_thread_start() 159 struct gomp_thread_pool *pool; in gomp_team_start()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/accel/ |
H A D | pool.h | 36 static inline struct gomp_thread_pool * 44 gomp_release_thread_pool (struct gomp_thread_pool *pool) in gomp_release_thread_pool()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/accel/ |
H A D | pool.h | 36 static inline struct gomp_thread_pool * 44 gomp_release_thread_pool (struct gomp_thread_pool *pool) in gomp_release_thread_pool()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | team.c | 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() [all …]
|
H A D | libgomp.h | 703 struct gomp_thread_pool *thread_pool; 720 struct gomp_thread_pool struct
|
H A D | parallel.c | 45 struct gomp_thread_pool *pool; in gomp_resolve_num_threads()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | team.c | 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() [all …]
|
H A D | parallel.c | 45 struct gomp_thread_pool *pool; in gomp_resolve_num_threads()
|
H A D | libgomp.h | 772 struct gomp_thread_pool *thread_pool; 797 struct gomp_thread_pool struct
|
H A D | ChangeLog | 9214 (struct gomp_thread_pool): Change threads_dock member to 11907 * libgomp.h (gomp_thread_pool): Comment last_team field. 13707 (struct gomp_thread_pool): Add threads_busy field. 15330 (struct gomp_thread_pool): New type.
|