HomeSort by: relevance | last modified time | path
    Searched defs:aq1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
oacc-async.c 241 goacc_aq aq1 = lookup_goacc_asyncqueue (thr, false, async1); local
244 if (!aq1)
258 if (aq1 == aq2)
263 if (!thr->dev->openacc.async.serialize_func (aq1, aq2))
270 if (!thr->dev->openacc.async.synchronize_func (aq1))
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-async.c 241 goacc_aq aq1 = lookup_goacc_asyncqueue (thr, false, async1); local
244 if (!aq1)
258 if (aq1 == aq2)
263 if (!thr->dev->openacc.async.serialize_func (aq1, aq2))
270 if (!thr->dev->openacc.async.synchronize_func (aq1))

Completed in 24 milliseconds