Home | History | Annotate | Download | only in libgomp

Lines Matching refs:async

83 acc_get_cuda_stream (int async)
87 if (!async_valid_p (async))
93 goacc_aq aq = lookup_goacc_asyncqueue (thr, false, async);
102 prof_info.async = async;
103 prof_info.async_queue = prof_info.async;
119 acc_set_cuda_stream (int async, void *stream)
123 if (!async_valid_p (async) || stream == NULL)
138 prof_info.async = async;
139 prof_info.async_queue = prof_info.async;
142 goacc_aq aq = get_goacc_asyncqueue (async);
147 assert (async == acc_async_sync);
153 gomp_mutex_lock (&thr->dev->openacc.async.lock);
155 gomp_mutex_unlock (&thr->dev->openacc.async.lock);