Searched refs:sc_event_or_list (Results 1 - 20 of 20) sorted by relevance

/gem5/src/systemc/core/
H A Dsc_event.cc124 * sc_event_or_list
127 sc_event_or_list::sc_event_or_list() : autoDelete(false), busy(0) {} function in class:sc_core::sc_event_or_list
129 sc_event_or_list::sc_event_or_list(const sc_event_or_list &eol) : function in class:sc_core::sc_event_or_list
133 sc_event_or_list::sc_event_or_list(const sc_event &e) : sc_event_or_list() function in class:sc_core::sc_event_or_list
138 sc_event_or_list function in class:sc_core::sc_event_or_list
[all...]
H A Dsc_prim.cc96 sc_prim_channel::next_trigger(const sc_event_or_list &eol)
132 sc_prim_channel::next_trigger(const sc_time &t, const sc_event_or_list &eol)
139 double d, sc_time_unit u, const sc_event_or_list &eol)
182 sc_prim_channel::wait(const sc_event_or_list &eol)
218 sc_prim_channel::wait(const sc_time &t, const sc_event_or_list &eol)
224 sc_prim_channel::wait(double d, sc_time_unit u, const sc_event_or_list &eol)
H A Dsensitivity.hh46 class sc_event_or_list;
254 Process *p, const sc_core::sc_event_or_list *eol);
275 Process *p, const sc_core::sc_event_or_list *eol);
278 Process *p, const sc_core::sc_event_or_list *eol);
H A Dsensitivity.cc199 Process *p, const sc_core::sc_event_or_list *eol)
218 Process *p, const sc_core::sc_event_or_list *eol) :
H A Dsc_module.cc362 sc_module::next_trigger(const sc_event_or_list &eol)
398 sc_module::next_trigger(const sc_time &t, const sc_event_or_list &eol)
404 sc_module::next_trigger(double d, sc_time_unit u, const sc_event_or_list &eol)
448 sc_module::wait(const sc_event_or_list &eol)
484 sc_module::wait(const sc_time &t, const sc_event_or_list &eol)
490 sc_module::wait(double d, sc_time_unit u, const sc_event_or_list &eol)
556 next_trigger(const sc_event_or_list &eol)
600 next_trigger(const sc_time &t, const sc_event_or_list &eol)
608 next_trigger(double d, sc_time_unit u, const sc_event_or_list &eol)
689 wait(const sc_event_or_list
[all...]
/gem5/src/systemc/ext/core/
H A Dsc_event.hh95 class sc_event_or_list class in namespace:sc_core
98 sc_event_or_list();
99 sc_event_or_list(const sc_event_or_list &);
100 sc_event_or_list(const sc_event &);
101 sc_event_or_list& operator = (const sc_event_or_list &);
102 ~sc_event_or_list();
105 void swap(sc_event_or_list &);
107 sc_event_or_list
[all...]
H A Dsc_prim.hh50 class sc_event_or_list;
68 void next_trigger(const sc_event_or_list &);
74 void next_trigger(const sc_time &, const sc_event_or_list &);
75 void next_trigger(double, sc_time_unit, const sc_event_or_list &);
85 void wait(const sc_event_or_list &);
91 void wait(const sc_time &, const sc_event_or_list &);
92 void wait(double, sc_time_unit, const sc_event_or_list &);
H A Dsc_module.hh79 class sc_event_or_list;
215 void next_trigger(const sc_event_or_list &);
221 void next_trigger(const sc_time &, const sc_event_or_list &);
222 void next_trigger(double, sc_time_unit, const sc_event_or_list &);
232 void wait(const sc_event_or_list &);
238 void wait(const sc_time &, const sc_event_or_list &);
239 void wait(double, sc_time_unit, const sc_event_or_list &);
265 void next_trigger(const sc_event_or_list &);
271 void next_trigger(const sc_time &, const sc_event_or_list &);
272 void next_trigger(double, sc_time_unit, const sc_event_or_list
[all...]
H A D_using.hh42 using sc_core::sc_event_or_list;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h44 class sc_event_or_list;
62 friend class sc_event_or_list;
209 // CLASS : sc_event_or_list
214 class sc_event_or_list class in namespace:sc_core
218 friend class sc_event_expr<sc_event_or_list>;
226 sc_event_or_list( bool auto_delete_ );
229 sc_event_or_list();
230 sc_event_or_list( const sc_event& );
231 void swap( sc_event_or_list& );
232 sc_event_or_list
593 sc_event_or_list::sc_event_or_list() function in class:sc_core::sc_event_or_list
598 sc_event_or_list::sc_event_or_list( const sc_event& e ) function in class:sc_core::sc_event_or_list
605 sc_event_or_list::sc_event_or_list( bool auto_delete_ ) function in class:sc_core::sc_event_or_list
[all...]
H A Dsc_wait.h40 class sc_event_or_list;
61 wait( const sc_event_or_list&,
100 const sc_event_or_list&,
106 const sc_event_or_list& el,
144 next_trigger( const sc_event_or_list&,
183 const sc_event_or_list&,
189 const sc_event_or_list& el,
H A Dsc_method_process.h90 void next_trigger( const sc_event_or_list&, sc_simcontext* );
94 void next_trigger( const sc_time&, const sc_event_or_list&, sc_simcontext* );
117 friend void next_trigger( const sc_event_or_list&,
125 friend void next_trigger( const sc_time&, const sc_event_or_list&,
151 void next_trigger( const sc_event_or_list& );
155 void next_trigger( const sc_time&, const sc_event_or_list& );
197 sc_method_process::next_trigger( const sc_event_or_list& el )
240 sc_method_process::next_trigger( const sc_time& t, const sc_event_or_list& el )
H A Dsc_thread_process.h67 class sc_event_or_list;
83 void wait( const sc_event_or_list&, sc_simcontext* );
87 void wait( const sc_time&, const sc_event_or_list&, sc_simcontext* );
109 friend void wait( const sc_event_or_list&, sc_simcontext* );
113 friend void wait( const sc_time&, const sc_event_or_list&, sc_simcontext* );
153 void wait( const sc_event_or_list& );
157 void wait( const sc_time&, const sc_event_or_list& );
283 sc_thread_process::wait( const sc_event_or_list& el )
338 sc_thread_process::wait( const sc_time& t, const sc_event_or_list& el )
H A Dsc_wait.cpp100 wait( const sc_event_or_list& el, sc_simcontext* simc )
198 wait( const sc_time& t, const sc_event_or_list& el, sc_simcontext* simc )
276 next_trigger( const sc_event_or_list& el, sc_simcontext* simc )
324 next_trigger( const sc_time& t, const sc_event_or_list& el, sc_simcontext* simc)
H A Dsc_module.h185 void wait( const sc_event_or_list& el )
204 void wait( const sc_time& t, const sc_event_or_list& el )
207 void wait( double v, sc_time_unit tu, const sc_event_or_list& el )
228 void next_trigger( const sc_event_or_list& el )
248 void next_trigger( const sc_time& t, const sc_event_or_list& el )
251 void next_trigger( double v, sc_time_unit tu, const sc_event_or_list& el )
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_prim_channel.h104 void wait( const sc_event_or_list& el )
122 void wait( const sc_time& t, const sc_event_or_list& el )
125 void wait( double v, sc_time_unit tu, const sc_event_or_list& el )
149 void next_trigger( const sc_event_or_list& el )
168 void next_trigger( const sc_time& t, const sc_event_or_list& el )
171 void next_trigger( double v, sc_time_unit tu, const sc_event_or_list& el )
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp70 sc_event_or_list all_events() const
74 sc_event_or_list or_list;
220 sc_event_or_list list7;
254 sc_event_or_list or_list1, or_list2;
/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp123 sc_event_or_list events_or; // even events only
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp31 // Method processes with sync and async resets, reset_event, sc_event_or_list
339 sc_event_or_list event_list;
360 sc_event_or_list or_list;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp333 sc_event_or_list list;

Completed in 33 milliseconds