Home
last modified time | relevance | path

Searched refs:acc_update_self_async (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dopenacc.h145 void acc_update_self_async (void *, size_t, int) __GOACC_NOTHROW;
H A Dlibgomp.map473 acc_update_self_async;
H A Dopenacc.f90795 public :: acc_delete_async, acc_update_device_async, acc_update_self_async
1000 interface acc_update_self_async interface
H A Doacc-parallel.c694 acc_update_self_async (hostaddrs[i], sizes[i], async); in GOACC_update()
H A Dopenacc_lib.h583 interface acc_update_self_async
H A Doacc-mem.c909 acc_update_self_async (void *h, size_t s, int async) in acc_update_self_async() function
H A Dlibgomp.texi2706 @item @emph{Prototype}: @tab @code{acc_update_self_async(h_void *a, size_t len, int async);}
2716 @item @emph{Interface}: @tab @code{subroutine acc_update_self_async(a, async)}
2719 @item @emph{Interface}: @tab @code{subroutine acc_update_self_async(a, len, async)}
3666 @item @code{acc_update_self}, @code{acc_update_self_async}
H A Dlibgomp.info2439 _Prototype_: 'acc_update_self_async(h_void *a, size_t len, int
2448 _Interface_: 'subroutine acc_update_self_async(a, async)'
2451 _Interface_: 'subroutine acc_update_self_async(a, len, async)'
3302 * 'acc_update_self', 'acc_update_self_async'
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dopenacc.h145 void acc_update_self_async (void *, size_t, int) __GOACC_NOTHROW;
H A Dlibgomp.map533 acc_update_self_async;
H A Doacc-parallel.c690 acc_update_self_async (hostaddrs[i], sizes[i], async); in GOACC_update()
H A Dopenacc.f90795 public :: acc_delete_async, acc_update_device_async, acc_update_self_async
1000 interface acc_update_self_async interface
H A Dopenacc_lib.h583 interface acc_update_self_async
H A Doacc-mem.c909 acc_update_self_async (void *h, size_t s, int async) in acc_update_self_async() function
H A Dlibgomp.texi3240 @item @emph{Prototype}: @tab @code{acc_update_self_async(h_void *a, size_t len, int async);}
3250 @item @emph{Interface}: @tab @code{subroutine acc_update_self_async(a, async)}
3253 @item @emph{Interface}: @tab @code{subroutine acc_update_self_async(a, len, async)}
4200 @item @code{acc_update_self}, @code{acc_update_self_async}
H A Dlibgomp.info2439 _Prototype_: 'acc_update_self_async(h_void *a, size_t len, int
2448 _Interface_: 'subroutine acc_update_self_async(a, async)'
2451 _Interface_: 'subroutine acc_update_self_async(a, len, async)'
3302 * 'acc_update_self', 'acc_update_self_async'
H A DChangeLog7101 (acc_update_self_async): Likewise.
7107 (acc_update_self_async): Likewise.
7150 acc_update_self_async* entries.