Lines Matching defs:async
117 int async = GOMP_ASYNC_SYNC;
146 prof_info.async = async;
147 prof_info.async_queue = prof_info.async;
231 async = GOMP_LAUNCH_OP (tag);
233 if (async == GOMP_LAUNCH_OP_MAX)
234 async = va_arg (ap, unsigned);
238 prof_info.async = async;
239 prof_info.async_queue = prof_info.async;
248 goacc_wait (async, num_waits, &ap);
291 goacc_aq aq = get_goacc_asyncqueue (async);
312 acc_dev->openacc.async.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs,
356 int async, int num_waits, ...)
397 prof_info.async = acc_async_sync; /* Always synchronous. */
398 prof_info.async_queue = prof_info.async;
502 prof_info.async = acc_async_sync; /* Always synchronous. */
503 prof_info.async_queue = prof_info.async;
558 int async, int num_waits, ...)
582 prof_info.async = async;
583 prof_info.async_queue = prof_info.async;
633 goacc_wait (async, num_waits, &ap);
678 acc_update_device_async (hostaddrs[i], sizes[i], async);
690 acc_update_self_async (hostaddrs[i], sizes[i], async);