Searched refs:GOMP_loop_static_start (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/libgomp/ |
H A D | libgomp_g.h | 51 extern bool GOMP_loop_static_start (long, long, long, long, long *, long *);
|
H A D | libgomp.map | 88 GOMP_loop_static_start;
|
H A D | loop.c | 445 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 474 GOMP_loop_static_start (long start, long end, long incr, long chunk_size, in GOMP_loop_static_start() function
|
H A D | ChangeLog | 1104 * loop.c (GOMP_loop_static_start): Provide fallback wrapper 1319 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start, 1348 * loop.c (GOMP_loop_static_start): If not the startup thread,
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/ |
H A D | loop-2.c | 75 if (GOMP_loop_static_start (0, N, INCR, CHUNK, &s0, &e0)) in f_static_1()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | omp-builtins.def | 53 "GOMP_loop_static_start",
|