Home
last modified time | relevance | path

Searched refs:acc_create_async (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dopenacc.h141 void acc_create_async (void *, size_t, int) __GOACC_NOTHROW;
Dlibgomp.map511 acc_create_async;
Dopenacc.f90794 public :: acc_copyin_async, acc_create_async, acc_copyout_async
976 interface acc_create_async interface
Dopenacc_lib.h479 interface acc_create_async
Doacc-mem.c604 acc_create_async (void *h, size_t s, int async) in acc_create_async() function
Dlibgomp.texi3007 @item @emph{Prototype}: @tab @code{void *acc_create_async(h_void *a, size_t len, int async);}
3017 @item @emph{Interface}: @tab @code{subroutine acc_create_async(a, async)}
3020 @item @emph{Interface}: @tab @code{subroutine acc_create_async(a, len, async)}
4196 @item @code{acc_create}, @code{acc_present_or_create}, @code{acc_create_async}
Dlibgomp.info2769 _Prototype_: 'void *acc_create_async(h_void *a, size_t len, int
2778 _Interface_: 'subroutine acc_create_async(a, async)'
2781 _Interface_: 'subroutine acc_create_async(a, len, async)'
3843 * 'acc_create', 'acc_present_or_create', 'acc_create_async'
DChangeLog4750 (acc_create, acc_create_async, acc_copyin, acc_copyin_async): Call
7178 (acc_create_async): New API function.
7191 (acc_create_async): Likewise.
7235 acc_copyout_finalize_async*, acc_create_async*, acc_delete_async*,