Searched refs:gomp_reduction_register (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c2028 gomp_reduction_register (uintptr_t *data, uintptr_t *old, uintptr_t *orig, function
2188 gomp_reduction_register (data, task->taskgroup->reductions, NULL, nthreads);
2282 gomp_reduction_register (data, NULL, NULL, nthreads);
2294 gomp_reduction_register (data, task->taskgroup->reductions, orig, nthreads);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtask.c2136 gomp_reduction_register (uintptr_t *data, uintptr_t *old, uintptr_t *orig, function
2296 gomp_reduction_register (data, task->taskgroup->reductions, NULL, nthreads);
2390 gomp_reduction_register (data, NULL, NULL, nthreads);
2402 gomp_reduction_register (data, task->taskgroup->reductions, orig, nthreads);

Completed in 110 milliseconds