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

  /src/external/gpl3/gcc/dist/libgomp/
oacc-host.c 36 static struct gomp_device_descr host_dispatch; variable in typeref:struct:gomp_device_descr
41 return host_dispatch.name;
47 return host_dispatch.capabilities;
53 return host_dispatch.type;
263 static struct gomp_device_descr host_dispatch = variable in typeref:struct:gomp_device_descr
327 gomp_mutex_init (&host_dispatch.lock);
328 goacc_register (&host_dispatch);
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-host.c 36 static struct gomp_device_descr host_dispatch; variable in typeref:struct:gomp_device_descr
41 return host_dispatch.name;
47 return host_dispatch.capabilities;
53 return host_dispatch.type;
261 static struct gomp_device_descr host_dispatch = variable in typeref:struct:gomp_device_descr
322 gomp_mutex_init (&host_dispatch.lock);
323 goacc_register (&host_dispatch);

Completed in 30 milliseconds