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