Searched refs:acc_async_wait (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-async.c | 227 strong_alias (acc_wait, acc_async_wait) in strong_alias() argument 230 acc_async_wait (int async) in strong_alias()
|
H A D | openacc.h | 93 void acc_async_wait (int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 427 acc_async_wait;
|
H A D | openacc_lib.h | 157 ! acc_async_wait is an OpenACC 1.0 compatibility name for acc_wait. 158 interface acc_async_wait
|
H A D | openacc.f90 | 788 public :: acc_wait, acc_async_wait, acc_wait_async 841 interface acc_async_wait interface
|
H A D | libgomp.texi | 2162 @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 D | libgomp.info | 1940 _Prototype 'acc_async_wait(arg);' 1947 _Interface 'subroutine acc_async_wait(arg)'
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-async.c | 227 strong_alias (acc_wait, acc_async_wait) in strong_alias() argument 230 acc_async_wait (int async) in strong_alias()
|
H A D | openacc.h | 93 void acc_async_wait (int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 487 acc_async_wait;
|
H A D | openacc_lib.h | 157 ! acc_async_wait is an OpenACC 1.0 compatibility name for acc_wait. 158 interface acc_async_wait
|
H A D | openacc.f90 | 788 public :: acc_wait, acc_async_wait, acc_wait_async 841 interface acc_async_wait interface
|
H A D | libgomp.texi | 2696 @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 D | libgomp.info | 2487 _Prototype 'acc_async_wait(arg);' 2494 _Interface 'subroutine acc_async_wait(arg)'
|
H A D | ChangeLog | 8834 * 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.
|