Searched refs:GOMP_parallel_start (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | libgomp_g.h | 93 extern void GOMP_parallel_start (void (*) (void *), void *, unsigned);
|
| H A D | parallel.c | 68 GOMP_parallel_start (void (*fn) (void *), void *data, unsigned num_threads) in GOMP_parallel_start() function
|
| H A D | libgomp.map | 97 GOMP_parallel_start;
|
| H A D | libgomp.texi | 1140 GOMP_parallel_start (subfunction, &data, num_threads); 1146 void GOMP_parallel_start (void (*fn)(void *), void *data, unsigned num_threads)
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | omp-builtins.def | 131 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_PARALLEL_START, "GOMP_parallel_start",
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_ftn_os.h | 581 #define KMP_API_NAME_GOMP_PARALLEL_START GOMP_parallel_start
|