aboutsummaryrefslogtreecommitdiff
path: root/libgomp/oacc-int.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2019-12-11 17:49:08 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2019-12-11 17:49:08 +0100
commitc5578b56b632bb21aac5dfdab09c3d24aba41c44 (patch)
treeb5db9791c7d903505188ae82bee3a60402d4af1e /libgomp/oacc-int.h
parent3d1b5e710e5573416bb13113b6593307e6b008e2 (diff)
downloadgcc-c5578b56b632bb21aac5dfdab09c3d24aba41c44.zip
gcc-c5578b56b632bb21aac5dfdab09c3d24aba41c44.tar.gz
gcc-c5578b56b632bb21aac5dfdab09c3d24aba41c44.tar.bz2
[OpenACC] Consolidate 'async'/'wait' code in 'libgomp/oacc-async.c'
libgomp/ * oacc-parallel.c (GOACC_wait, goacc_wait): Move... * oacc-async.c: ... here. * oacc-int.h (goacc_wait): Declare. * libgomp_g.h: Update From-SVN: r279232
Diffstat (limited to 'libgomp/oacc-int.h')
-rw-r--r--libgomp/oacc-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/oacc-int.h b/libgomp/oacc-int.h
index 9dc6c8a..81cb15c 100644
--- a/libgomp/oacc-int.h
+++ b/libgomp/oacc-int.h
@@ -113,6 +113,7 @@ void goacc_restore_bind (void);
void goacc_lazy_initialize (void);
void goacc_host_init (void);
+void goacc_wait (int, int, va_list *);
void goacc_init_asyncqueues (struct gomp_device_descr *);
bool goacc_fini_asyncqueues (struct gomp_device_descr *);
void goacc_async_free (struct gomp_device_descr *, struct goacc_asyncqueue *,