Searched refs:GOMP_ASYNC_SYNC (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c117 int async = GOMP_ASYNC_SYNC;
754 &kinds[i], GOMP_ASYNC_SYNC, 0);
763 &kinds[i], GOMP_ASYNC_SYNC, 0);
768 &kinds[i], GOMP_ASYNC_SYNC, 0);
774 &kinds[i], GOMP_ASYNC_SYNC, 0);
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h191 #define GOMP_ASYNC_SYNC -2 macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h220 #define GOMP_ASYNC_SYNC -2 macro
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c117 int async = GOMP_ASYNC_SYNC;
H A Doacc-mem.c1516 &kinds[i], true, GOMP_ASYNC_SYNC, 0, NULL);
1524 &kinds[i], false, GOMP_ASYNC_SYNC, 0, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc915 tree sync_arg = build_int_cst (integer_type_node, GOMP_ASYNC_SYNC);
H A Domp-expand.cc10218 GOMP_ASYNC_SYNC));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c55 t = build_int_cst (integer_type_node, GOMP_ASYNC_SYNC);
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c112 /* The thread number from the async clause, or GOMP_ASYNC_SYNC. */
4062 thread_data->async = GOMP_ASYNC_SYNC;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c114 /* The thread number from the async clause, or GOMP_ASYNC_SYNC. */
4209 thread_data->async = GOMP_ASYNC_SYNC;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc58 t = build_int_cst (integer_type_node, GOMP_ASYNC_SYNC);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c8433 GOMP_ASYNC_SYNC));

Completed in 351 milliseconds