OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatchers
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/
oacc-init.c
38
/* This lock is used to protect access to cached_base_dev,
dispatchers
and
66
/* An array of
dispatchers
for device types, indexed by the type. This array
70
static struct gomp_device_descr *
dispatchers
[_ACC_device_hwm] = { 0 };
variable in typeref:struct:gomp_device_descr
84
assert (!
dispatchers
[disp->type]);
85
dispatchers
[disp->type] = disp;
148
if (
dispatchers
[d]
150
get_openacc_name (
dispatchers
[d]->name))
151
&&
dispatchers
[d]->get_num_devices_func (0) > 0)
172
if (
dispatchers
[d] &&
dispatchers
[d]->get_num_devices_func (0) > 0
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/
oacc-init.c
38
/* This lock is used to protect access to cached_base_dev,
dispatchers
and
66
/* An array of
dispatchers
for device types, indexed by the type. This array
70
static struct gomp_device_descr *
dispatchers
[_ACC_device_hwm] = { 0 };
variable in typeref:struct:gomp_device_descr
84
assert (!
dispatchers
[disp->type]);
85
dispatchers
[disp->type] = disp;
148
if (
dispatchers
[d]
150
get_openacc_name (
dispatchers
[d]->name))
151
&&
dispatchers
[d]->get_num_devices_func () > 0)
172
if (
dispatchers
[d] &&
dispatchers
[d]->get_num_devices_func () > 0
[
all
...]
Completed in 44 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026