Home
last modified time | relevance | path

Searched refs:serialize_func (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Doacc-async.c263 if (!thr->dev->openacc.async.serialize_func (aq1, aq2))
339 ret &= thr->dev->openacc.async.serialize_func (l->aq, waiting_queue);
Doacc-host.c300 .serialize_func = host_openacc_async_serialize,
Dlibgomp.h1178 __typeof (GOMP_OFFLOAD_openacc_async_serialize) *serialize_func; member