Lines Matching refs:Process

57 class Process;
67 Process *process;
69 Sensitivity(Process *p) : process(p) {}
101 DynamicSensitivity(Process *p) : Sensitivity(p) {}
116 StaticSensitivity(Process *p) : Sensitivity(p) {}
137 SensitivityEvent(Process *p, const ::sc_core::sc_event *e=nullptr) :
150 SensitivityEvents(Process *p) : Sensitivity(p) {}
152 Process *p, const std::set<const ::sc_core::sc_event *> &s) :
177 void newStaticSensitivityEvent(Process *p, const sc_core::sc_event *e);
178 void newStaticSensitivityInterface(Process *p, const sc_core::sc_interface *i);
179 void newStaticSensitivityPort(Process *p, const sc_core::sc_port_base *pb);
181 Process *p, const sc_core::sc_export_base *exp);
183 Process *p, const sc_core::sc_event_finder *f);
190 Process *p, const sc_core::sc_event *e);
193 StaticSensitivityEvent(Process *p, const sc_core::sc_event *e) :
202 Process *p, const sc_core::sc_interface *i);
204 StaticSensitivityInterface(Process *p, const sc_core::sc_interface *i);
211 Process *p, const sc_core::sc_port_base *pb);
214 StaticSensitivityPort(Process *p) :
224 Process *p, const sc_core::sc_export_base *exp);
226 StaticSensitivityExport(Process *p, const sc_core::sc_export_base *exp);
237 Process *p, const sc_core::sc_event_finder *f);
239 StaticSensitivityFinder(Process *p, const sc_core::sc_event_finder *f) :
252 void newDynamicSensitivityEvent(Process *p, const sc_core::sc_event *e);
254 Process *p, const sc_core::sc_event_or_list *eol);
256 Process *p, const sc_core::sc_event_and_list *eal);
263 Process *p, const sc_core::sc_event *e);
265 DynamicSensitivityEvent(Process *p, const sc_core::sc_event *e) :
275 Process *p, const sc_core::sc_event_or_list *eol);
278 Process *p, const sc_core::sc_event_or_list *eol);
291 Process *p, const sc_core::sc_event_and_list *eal);
294 Process *p, const sc_core::sc_event_and_list *eal);