Searched refs:acc_attach_async (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | openacc.h | 127 void acc_attach_async (void **, int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 550 acc_attach_async;
|
H A D | oacc-mem.c | 915 acc_attach_async (void **hostaddr, int async) in acc_attach_async() function 948 acc_attach_async (hostaddr, acc_async_sync); in acc_attach()
|
H A D | ChangeLog | 1018 * oacc-mem.c (acc_attach_async): Update call to gomp_attach_pointer. 3982 * oacc-mem.c (acc_attach_async): Add missing gomp_mutex_unlock on 4710 acc_attach_async, acc_detach, acc_detach_async, acc_detach_finalize, 4712 * oacc-mem.c (acc_attach_async, acc_attach, goacc_detach_internal, 4715 * openacc.h (acc_attach, acc_attach_async, acc_detach,
|
H A D | libgomp.texi | 3432 @item @emph{Prototype}: @tab @code{acc_attach_async(h_void **ptr, int async);}
|
H A D | libgomp.info | 3162 _Prototype_: 'acc_attach_async(h_void **ptr, int async);'
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | openacc.h | 127 void acc_attach_async (void **, int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 490 acc_attach_async;
|
H A D | oacc-mem.c | 915 acc_attach_async (void **hostaddr, int async) in acc_attach_async() function 948 acc_attach_async (hostaddr, acc_async_sync); in acc_attach()
|
H A D | libgomp.texi | 2898 @item @emph{Prototype}: @tab @code{acc_attach_async(h_void **ptr, int async);}
|
H A D | libgomp.info | 2615 _Prototype_: 'acc_attach_async(h_void **ptr, int async);'
|