Searched refs:synchronize_func (Results 1 – 3 of 3) sorted by relevance
215 if (!thr->dev->openacc.async.synchronize_func (aq)) in acc_wait()270 if (!thr->dev->openacc.async.synchronize_func (aq1))294 ret &= thr->dev->openacc.async.synchronize_func (l->aq); in acc_wait_all()343 ret &= thr->dev->openacc.async.synchronize_func (l->aq);
299 .synchronize_func = host_openacc_async_synchronize,
1177 __typeof (GOMP_OFFLOAD_openacc_async_synchronize) *synchronize_func; member