Searched refs:async_queues (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c432 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;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c435 struct goacc_asyncqueue *async_queues, *omp_async_queue; member in struct:agent_info
3440 agent->async_queues = NULL;
3984 aq->next = agent->async_queues;
3992 agent->async_queues = aq;
4074 if (agent->async_queues == aq)
4075 agent->async_queues = aq->next;

Completed in 196 milliseconds