Home
last modified time | relevance | path

Searched refs:GOMP_loop_static_start (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/libgomp/
H A Dlibgomp_g.h51 extern bool GOMP_loop_static_start (long, long, long, long, long *, long *);
H A Dlibgomp.map88 GOMP_loop_static_start;
H A Dloop.c445 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 DChangeLog1104 * 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 Dloop-2.c75 if (GOMP_loop_static_start (0, N, INCR, CHUNK, &s0, &e0)) in f_static_1()
/openbsd-src/gnu/gcc/gcc/
H A Domp-builtins.def53 "GOMP_loop_static_start",