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()
359 int async, int num_waits, ...) in GOACC_parallel() argument
400 prof_info.async = acc_async_sync; /* Always synchronous. */ in GOACC_data_start()
401 prof_info.async_queue = prof_info.async; in GOACC_data_start()
506 prof_info.async = acc_async_sync; /* Always synchronous. */ in GOACC_data_end()
507 prof_info.async_queue = prof_info.async; in GOACC_data_end()
562 int async, int num_waits, ...) in GOACC_update() argument
586 prof_info.async = async; in GOACC_update()
587 prof_info.async_queue = prof_info.async; in GOACC_update()
637 goacc_wait (async, num_waits, &ap); in GOACC_update()
682 acc_update_device_async (hostaddrs[i], sizes[i], async); in GOACC_update()
694 acc_update_self_async (hostaddrs[i], sizes[i], async); in GOACC_update()