Home
last modified time | relevance | path

Searched refs:acc_async_wait (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-async.c227 strong_alias (acc_wait, acc_async_wait) in strong_alias() argument
230 acc_async_wait (int async) in strong_alias()
H A Dopenacc.h93 void acc_async_wait (int) __GOACC_NOTHROW;
H A Dlibgomp.map427 acc_async_wait;
H A Dopenacc_lib.h157 ! acc_async_wait is an OpenACC 1.0 compatibility name for acc_wait.
158 interface acc_async_wait
H A Dopenacc.f90788 public :: acc_wait, acc_async_wait, acc_wait_async
841 interface acc_async_wait interface
H A Dlibgomp.texi2162 @item @emph{Prototype (OpenACC 1.0 compatibility)}: @tab @code{acc_async_wait(arg);}
2169 @item @emph{Interface (OpenACC 1.0 compatibility)}: @tab @code{subroutine acc_async_wait(arg)}
H A Dlibgomp.info1940 _Prototype 'acc_async_wait(arg);'
1947 _Interface 'subroutine acc_async_wait(arg)'
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-async.c227 strong_alias (acc_wait, acc_async_wait) in strong_alias() argument
230 acc_async_wait (int async) in strong_alias()
H A Dopenacc.h93 void acc_async_wait (int) __GOACC_NOTHROW;
H A Dlibgomp.map487 acc_async_wait;
H A Dopenacc_lib.h157 ! acc_async_wait is an OpenACC 1.0 compatibility name for acc_wait.
158 interface acc_async_wait
H A Dopenacc.f90788 public :: acc_wait, acc_async_wait, acc_wait_async
841 interface acc_async_wait interface
H A Dlibgomp.texi2696 @item @emph{Prototype (OpenACC 1.0 compatibility)}: @tab @code{acc_async_wait(arg);}
2703 @item @emph{Interface (OpenACC 1.0 compatibility)}: @tab @code{subroutine acc_async_wait(arg)}
H A Dlibgomp.info2487 _Prototype 'acc_async_wait(arg);'
2494 _Interface 'subroutine acc_async_wait(arg)'
H A DChangeLog8834 * openacc.h (acc_async_wait, acc_async_wait_all): New prototypes.
8836 * oacc-async.c (acc_async_wait, acc_async_wait_all): New aliases
8838 * openacc.f90 (acc_async_wait, acc_async_wait_all): New interfaces
8840 * openacc_lib.h (acc_async_wait, acc_async_wait_all): Likewise.