| Home | Sort by: relevance | last modified time | path |
| /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); |