Searched refs:eal (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/core/
H A Dsc_event.cc44 sc_event_and_list::sc_event_and_list(const sc_event_and_list &eal) : argument
45 events(eal.events), autoDelete(false), busy(0)
60 sc_event_and_list::operator = (const sc_event_and_list &eal) argument
62 events = eal.events;
73 sc_event_and_list::swap(sc_event_and_list &eal) argument
75 events.swap(eal.events);
86 sc_event_and_list::operator &= (const sc_event_and_list &eal) argument
88 insert(eal);
102 sc_event_and_list::operator & (const sc_event_and_list &eal) const
106 expr.insert(eal);
117 insert(sc_event_and_list const &eal) argument
252 operator &(sc_event_and_expr expr, sc_event_and_list const &eal) argument
[all...]
H A Dsc_prim.cc102 sc_prim_channel::next_trigger(const sc_event_and_list &eal) argument
104 ::sc_core::next_trigger(eal);
145 sc_prim_channel::next_trigger(const sc_time &t, const sc_event_and_list &eal) argument
147 ::sc_core::next_trigger(t, eal);
152 double d, sc_time_unit u, const sc_event_and_list &eal)
154 ::sc_core::next_trigger(d, u, eal);
188 sc_prim_channel::wait(const sc_event_and_list &eal) argument
190 ::sc_core::wait(eal);
230 sc_prim_channel::wait(const sc_time &t, const sc_event_and_list &eal) argument
232 ::sc_core::wait(t, eal);
151 next_trigger( double d, sc_time_unit u, const sc_event_and_list &eal) argument
236 wait(double d, sc_time_unit u, const sc_event_and_list &eal) argument
[all...]
H A Dsensitivity.cc208 Process *p, const sc_core::sc_event_and_list *eal)
210 auto s = new DynamicSensitivityEventAndList(p, eal);
237 Process *p, const sc_core::sc_event_and_list *eal) :
238 Sensitivity(p), DynamicSensitivity(p), SensitivityEvents(p, eal->events)
207 newDynamicSensitivityEventAndList( Process *p, const sc_core::sc_event_and_list *eal) argument
236 DynamicSensitivityEventAndList( Process *p, const sc_core::sc_event_and_list *eal) argument
H A Dsc_module.cc368 sc_module::next_trigger(const sc_event_and_list &eal) argument
370 ::sc_core::next_trigger(eal);
410 sc_module::next_trigger(const sc_time &t, const sc_event_and_list &eal) argument
412 ::sc_core::next_trigger(t, eal);
416 sc_module::next_trigger(double d, sc_time_unit u, const sc_event_and_list &eal) argument
418 ::sc_core::next_trigger(d, u, eal);
454 sc_module::wait(const sc_event_and_list &eal) argument
456 ::sc_core::wait(eal);
496 sc_module::wait(const sc_time &t, const sc_event_and_list &eal) argument
498 ::sc_core::wait(t, eal);
502 wait(double d, sc_time_unit u, const sc_event_and_list &eal) argument
564 next_trigger(const sc_event_and_list &eal) argument
614 next_trigger(const sc_time &t, const sc_event_and_list &eal) argument
622 next_trigger(double d, sc_time_unit u, const sc_event_and_list &eal) argument
624 next_trigger(sc_time(d, u), eal); local
700 wait(const sc_event_and_list &eal) argument
762 wait(const sc_time &t, const sc_event_and_list &eal) argument
773 wait(double d, sc_time_unit u, const sc_event_and_list &eal) argument
775 wait(sc_time(d, u), eal); local
[all...]
H A Dsensitivity.hh256 Process *p, const sc_core::sc_event_and_list *eal);
291 Process *p, const sc_core::sc_event_and_list *eal);
294 Process *p, const sc_core::sc_event_and_list *eal);
/gem5/src/systemc/ext/core/
H A Dsc_event.hh88 void insert(sc_event_and_list const &eal);
134 void insert(sc_event_and_list const &eal) const;

Completed in 13 milliseconds