Searched defs:async (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libgomp/
H A Doacc-cuda.c57 acc_get_cuda_stream (int async) argument
71 acc_set_cuda_stream (int async, void *stream) argument
H A Doacc-async.c35 acc_async_test (int async) argument
60 acc_wait (int async) argument
96 acc_wait_all_async(int async) argument
[all...]
H A Doacc-parallel.c55 GOACC_parallel(int device, void (*fn) (void *), size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, int num_waits, ...) argument
209 GOACC_enter_exit_data(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int async, int num_waits, ...) argument
349 goacc_wait(int async, int num_waits, va_list ap) argument
399 GOACC_update(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int async, int num_waits, ...) argument
456 GOACC_wait(int async, int num_waits, ...) argument
[all...]
H A Doacc-mem.c532 gomp_acc_remove_pointer (void *h, bool force_copyfrom, int async, int mapnum) argument
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-91.c18 float async, sync; local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_collectives_14.f90136 pure integer function async(x,y) function in program:test
/haiku-buildtools/gcc/libgomp/plugin/
H A Dplugin-nvptx.c166 int async; member in struct:map
240 map_push (struct ptx_stream *s, int async, size_t size, void **h, void **d) argument
482 select_stream_for_async (int async, pthread_t thread, bool create, argument
985 nvptx_exec(void (*fn), size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, void *targ_mem_desc) argument
1270 nvptx_set_async(int async) argument
1278 nvptx_async_test(int async) argument
1334 nvptx_wait(int async) argument
1423 nvptx_wait_all_async(int async) argument
1497 nvptx_get_cuda_stream(int async) argument
1511 nvptx_set_cuda_stream(int async, void *stream) argument
1760 GOMP_OFFLOAD_openacc_parallel(void (*fn) (void *), size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, void *targ_mem_desc) argument
1791 GOMP_OFFLOAD_openacc_async_test(int async) argument
1803 GOMP_OFFLOAD_openacc_async_wait(int async) argument
1821 GOMP_OFFLOAD_openacc_async_wait_all_async(int async) argument
1827 GOMP_OFFLOAD_openacc_async_set_async(int async) argument
1885 GOMP_OFFLOAD_openacc_get_cuda_stream(int async) argument
1893 GOMP_OFFLOAD_openacc_set_cuda_stream(int async, void *stream) argument
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h1249 unsigned async:1, gang:1, worker:1, vector:1, seq:1, independent:1; member in struct:gfc_omp_clauses

Completed in 124 milliseconds