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

  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 424 struct goacc_asyncqueue *async_queues, *omp_async_queue; member in struct:agent_info
3403 agent->async_queues = NULL;
4443 aq->next = agent->async_queues;
4451 agent->async_queues = aq;
4533 if (agent->async_queues == aq)
4534 agent->async_queues = aq->next;
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 432 struct goacc_asyncqueue *async_queues, *omp_async_queue; member in struct:agent_info
3264 agent->async_queues = NULL;
3845 aq->next = agent->async_queues;
3853 agent->async_queues = aq;
3935 if (agent->async_queues == aq)
3936 agent->async_queues = aq->next;

Completed in 26 milliseconds