Searched refs:acc_create_async (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | openacc.h | 141 void acc_create_async (void *, size_t, int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 511 acc_create_async;
|
H A D | openacc.f90 | 794 public :: acc_copyin_async, acc_create_async, acc_copyout_async 976 interface acc_create_async interface
|
H A D | openacc_lib.h | 479 interface acc_create_async
|
H A D | oacc-mem.c | 604 acc_create_async (void *h, size_t s, int async) in acc_create_async() function
|
H A D | libgomp.texi | 3007 @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}
|
H A D | libgomp.info | 2769 _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'
|
H A D | ChangeLog | 4750 (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*,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | openacc.h | 141 void acc_create_async (void *, size_t, int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 451 acc_create_async;
|
H A D | openacc.f90 | 794 public :: acc_copyin_async, acc_create_async, acc_copyout_async 976 interface acc_create_async interface
|
H A D | openacc_lib.h | 479 interface acc_create_async
|
H A D | oacc-mem.c | 604 acc_create_async (void *h, size_t s, int async) in acc_create_async() function
|
H A D | libgomp.texi | 2473 @item @emph{Prototype}: @tab @code{void *acc_create_async(h_void *a, size_t len, int async);} 2483 @item @emph{Interface}: @tab @code{subroutine acc_create_async(a, async)} 2486 @item @emph{Interface}: @tab @code{subroutine acc_create_async(a, len, async)} 3662 @item @code{acc_create}, @code{acc_present_or_create}, @code{acc_create_async}
|
H A D | libgomp.info | 2222 _Prototype_: 'void *acc_create_async(h_void *a, size_t len, int 2231 _Interface_: 'subroutine acc_create_async(a, async)' 2234 _Interface_: 'subroutine acc_create_async(a, len, async)' 3296 * 'acc_create', 'acc_present_or_create', 'acc_create_async'
|