Home | History | Annotate | Download | only in libgomp

Lines Matching defs:async

115   int async = GOMP_ASYNC_SYNC;
144 prof_info.async = async;
145 prof_info.async_queue = prof_info.async;
232 async = GOMP_LAUNCH_OP (tag);
234 if (async == GOMP_LAUNCH_OP_MAX)
235 async = va_arg (ap, unsigned);
239 prof_info.async = async;
240 prof_info.async_queue = prof_info.async;
249 goacc_wait (async, num_waits, &ap);
292 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;
503 prof_info.async = acc_async_sync; /* Always synchronous. */
504 prof_info.async_queue = prof_info.async;
559 int async, int num_waits, ...)
583 prof_info.async = async;
584 prof_info.async_queue = prof_info.async;
634 goacc_wait (async, num_waits, &ap);
679 acc_update_device_async (hostaddrs[i], sizes[i], async);
691 acc_update_self_async (hostaddrs[i], sizes[i], async);