aboutsummaryrefslogtreecommitdiff
path: root/libgomp/oacc-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/oacc-int.h')
-rw-r--r--libgomp/oacc-int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/oacc-int.h b/libgomp/oacc-int.h
index 940052b..e4b6ea6 100644
--- a/libgomp/oacc-int.h
+++ b/libgomp/oacc-int.h
@@ -99,6 +99,13 @@ void goacc_restore_bind (void);
void goacc_lazy_initialize (void);
void goacc_host_init (void);
+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 *,
+ void *);
+struct goacc_asyncqueue *get_goacc_asyncqueue (int);
+struct goacc_asyncqueue *lookup_goacc_asyncqueue (struct goacc_thread *, bool,
+ int);
static inline bool
async_valid_stream_id_p (int async)
{