Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgomp/
H A Doacc-host.c37 static struct gomp_device_descr host_dispatch; variable
42 return host_dispatch.name; in host_get_name()
48 return host_dispatch.capabilities; in host_get_caps()
54 return host_dispatch.type; in host_get_type()
205 static struct gomp_device_descr host_dispatch = variable
264 gomp_mutex_init (&host_dispatch.lock); in goacc_host_init()
265 goacc_register (&host_dispatch); in goacc_host_init()