HomeSort by: relevance | last modified time | path
    Searched refs:aq1 (Results 1 - 18 of 18) 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))
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))
oacc-host.c 176 host_openacc_async_serialize (struct goacc_asyncqueue *aq1
oacc-host.c 176 host_openacc_async_serialize (struct goacc_asyncqueue *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))
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))
oacc-host.c 174 host_openacc_async_serialize (struct goacc_asyncqueue *aq1
oacc-host.c 174 host_openacc_async_serialize (struct goacc_asyncqueue *aq1
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests.sh 138 aq1=$($DNSTAPREAD ns1/dnstap.out.save | grep "AQ " | wc -l)
206 [ $aq1 -eq 3 ] || {
207 echo_i "ns1 $aq1 exepcted 3"
344 aq1=$($DNSTAPREAD ns1/dnstap.out | grep "AQ " | wc -l)
411 [ $aq1 -eq 0 ] || {
412 echo_i "ns1 $aq1 exepcted 0"
tests.sh 138 aq1=$($DNSTAPREAD ns1/dnstap.out.save | grep "AQ " | wc -l)
206 [ $aq1 -eq 3 ] || {
207 echo_i "ns1 $aq1 exepcted 3"
344 aq1=$($DNSTAPREAD ns1/dnstap.out | grep "AQ " | wc -l)
411 [ $aq1 -eq 0 ] || {
412 echo_i "ns1 $aq1 exepcted 0"
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 3968 AQ2, after this call, will not run until all tasks on AQ1, at the time
3972 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
3975 /* For serialize, stream aq2 waits for aq1 to complete work that has been
3977 if (aq1 != aq2)
3979 struct placeholder *placeholderp = queue_push_placeholder (aq1);
plugin-gcn.c 3968 AQ2, after this call, will not run until all tasks on AQ1, at the time
3972 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
3975 /* For serialize, stream aq2 waits for aq1 to complete work that has been
3977 if (aq1 != aq2)
3979 struct placeholder *placeholderp = queue_push_placeholder (aq1);
plugin-nvptx.c 1723 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
1728 CUDA_CALL_ERET (false, cuEventRecord, e, aq1->cuda_stream);
plugin-nvptx.c 1723 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
1728 CUDA_CALL_ERET (false, cuEventRecord, e, aq1->cuda_stream);
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 1770 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
1775 CUDA_CALL_ERET (false, cuEventRecord, e, aq1->cuda_stream);
plugin-nvptx.c 1770 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
1775 CUDA_CALL_ERET (false, cuEventRecord, e, aq1->cuda_stream);
plugin-gcn.c 4566 AQ2, after this call, will not run until all tasks on AQ1, at the time
4570 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
4573 /* For serialize, stream aq2 waits for aq1 to complete work that has been
4575 if (aq1 != aq2)
4577 struct placeholder *placeholderp = queue_push_placeholder (aq1);
plugin-gcn.c 4566 AQ2, after this call, will not run until all tasks on AQ1, at the time
4570 GOMP_OFFLOAD_openacc_async_serialize (struct goacc_asyncqueue *aq1,
4573 /* For serialize, stream aq2 waits for aq1 to complete work that has been
4575 if (aq1 != aq2)
4577 struct placeholder *placeholderp = queue_push_placeholder (aq1);

Completed in 72 milliseconds