Searched refs:GOMP_loop_static_start (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | libgomp_g.h | 52 extern bool GOMP_loop_static_start (long, long, long, long, long *, long *);
|
H A D | libgomp.map | 209 GOMP_loop_static_start;
|
H A D | loop.c | 977 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 1029 GOMP_loop_static_start (long start, long end, long incr, long chunk_size, in GOMP_loop_static_start() function
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | libgomp_g.h | 52 extern bool GOMP_loop_static_start (long, long, long, long, long *, long *);
|
H A D | libgomp.map | 255 GOMP_loop_static_start;
|
H A D | loop.c | 980 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 1032 GOMP_loop_static_start (long start, long end, long incr, long chunk_size, in GOMP_loop_static_start() function
|
H A D | ChangeLog | 17156 * loop.c (GOMP_loop_static_start): Provide fallback wrapper 17371 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start, 17400 * loop.c (GOMP_loop_static_start): If not the startup thread,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-builtins.def | 104 "GOMP_loop_static_start",
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-builtins.def | 116 "GOMP_loop_static_start",
|