Lines Matching defs:dispatchers
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 };
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)
207 if (dispatchers[d] == NULL && fail_is_error)
214 return dispatchers[d];
921 thr->dev = dispatchers[d];