Searched refs:gomp_loop_static_start (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/gcc/libgomp/ |
H A D | loop.c | 66 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start() function 130 return gomp_loop_static_start (start, end, incr, gomp_run_sched_chunk, in GOMP_loop_runtime_start() 445 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 477 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_static_start()
|
H A D | ChangeLog | 1298 * loop.c (gomp_loop_static_start): Update for gomp_iter_static_next. 1306 * loop.c (gomp_loop_static_start, gomp_loop_dynamic_start,
|