Searched refs:GOMP_parallel_start (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | libgomp_g.h | 158 extern void GOMP_parallel_start (void (*) (void *), void *, unsigned);
|
H A D | libgomp.map | 151 GOMP_parallel_start;
|
H A D | parallel.c | 105 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start() function
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | libgomp_g.h | 235 extern void GOMP_parallel_start (void (*) (void *), void *, unsigned);
|
H A D | parallel.c | 123 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start() function
|
H A D | libgomp.map | 202 GOMP_parallel_start;
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | omp-builtins.def | 186 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_PARALLEL_START, "GOMP_parallel_start",
|