Searched defs:next_trigger (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait.h159 next_trigger( double v, sc_time_unit tu, function in namespace:sc_core
173 next_trigger( double v, sc_time_unit tu, function in namespace:sc_core
188 next_trigger( double v, sc_time_unit tu, function in namespace:sc_core
203 next_trigger( double v, sc_time_unit tu, function in namespace:sc_core
[all...]
H A Dsc_wait.cpp249 next_trigger( sc_simcontext* simc ) function in namespace:sc_core
264 next_trigger( cons function in namespace:sc_core
276 next_trigger( const sc_event_or_list& el, sc_simcontext* simc ) function in namespace:sc_core
288 next_trigger( const sc_event_and_list& el, sc_simcontext* simc ) function in namespace:sc_core
300 next_trigger( const sc_time& t, sc_simcontext* simc ) function in namespace:sc_core
312 next_trigger( const sc_time& t, const sc_event& e, sc_simcontext* simc ) function in namespace:sc_core
324 next_trigger( const sc_time& t, const sc_event_or_list& el, sc_simcontext* simc) function in namespace:sc_core
336 next_trigger(const sc_time& t, const sc_event_and_list& el, sc_simcontext* simc) function in namespace:sc_core
[all...]
H A Dsc_method_process.h187 sc_method_process::next_trigger( const sc_event& e ) function in class:sc_core::sc_method_process
197 sc_method_process::next_trigger( const sc_event_or_list& el ) function in class:sc_core::sc_method_process
207 sc_method_process::next_trigger( const sc_event_and_list& el ) function in class:sc_core::sc_method_process
218 sc_method_process::next_trigger( const sc_time& t ) function in class:sc_core::sc_method_process
228 sc_method_process::next_trigger( const sc_time& t, const sc_event& e ) function in class:sc_core::sc_method_process
240 sc_method_process::next_trigger( const sc_time& t, const sc_event_or_list& el ) function in class:sc_core::sc_method_process
252 sc_method_process::next_trigger( const sc_time& t, const sc_event_and_list& el ) function in class:sc_core::sc_method_process
[all...]
H A Dsc_module.h219 void next_trigger() function in class:sc_core::sc_module
225 void next_trigger( const sc_event& e ) function in class:sc_core::sc_module
228 void next_trigger( const sc_event_or_list& el ) function in class:sc_core::sc_module
231 void next_trigger( const sc_event_and_list& el ) function in class:sc_core::sc_module
234 void next_trigger( const sc_time& t ) function in class:sc_core::sc_module
237 void next_trigger( double v, sc_time_unit tu ) function in class:sc_core::sc_module
241 void next_trigger( const sc_time& t, const sc_event& e ) function in class:sc_core::sc_module
244 void next_trigger( double v, sc_time_unit tu, const sc_event& e ) function in class:sc_core::sc_module
248 void next_trigger( const sc_time& t, const sc_event_or_list& el ) function in class:sc_core::sc_module
251 void next_trigger( double v, sc_time_unit tu, const sc_event_or_list& el ) function in class:sc_core::sc_module
255 void next_trigger( const sc_time& t, const sc_event_and_list& el ) function in class:sc_core::sc_module
258 void next_trigger( double v, sc_time_unit tu, const sc_event_and_list& el ) function in class:sc_core::sc_module
[all...]
/gem5/src/systemc/core/
H A Dsc_prim.cc84 sc_prim_channel::next_trigger() function in class:sc_core::sc_prim_channel
90 sc_prim_channel::next_trigger(const sc_event &e) function in class:sc_core::sc_prim_channel
96 sc_prim_channel::next_trigger(const sc_event_or_list &eol) function in class:sc_core::sc_prim_channel
102 sc_prim_channel::next_trigger(const sc_event_and_list &eal) function in class:sc_core::sc_prim_channel
108 sc_prim_channel::next_trigger(const sc_time &t) function in class:sc_core::sc_prim_channel
114 sc_prim_channel::next_trigger(double d, sc_time_unit u) function in class:sc_core::sc_prim_channel
120 sc_prim_channel::next_trigger(const sc_time &t, const sc_event &e) function in class:sc_core::sc_prim_channel
126 sc_prim_channel::next_trigger(double d, sc_time_unit u, const sc_event &e) function in class:sc_core::sc_prim_channel
132 sc_prim_channel::next_trigger(const sc_time &t, const sc_event_or_list &eol) function in class:sc_core::sc_prim_channel
138 sc_prim_channel::next_trigger( function in class:sc_core::sc_prim_channel
145 sc_prim_channel::next_trigger(const sc_time &t, const sc_event_and_list &eal) function in class:sc_core::sc_prim_channel
151 sc_prim_channel::next_trigger( function in class:sc_core::sc_prim_channel
[all...]
H A Dsc_module.cc353 void sc_module::next_trigger() { ::sc_core::next_trigger(); } function in class:sc_core::sc_module
356 sc_module::next_trigger(const sc_event &e) function in class:sc_core::sc_module
362 sc_module::next_trigger(const sc_event_or_list &eol) function in class:sc_core::sc_module
368 sc_module::next_trigger(const sc_event_and_list &eal) function in class:sc_core::sc_module
374 sc_module::next_trigger(const sc_time &t) function in class:sc_core::sc_module
380 sc_module::next_trigger(double d, sc_time_unit u) function in class:sc_core::sc_module
386 sc_module::next_trigger(const sc_time &t, const sc_event &e) function in class:sc_core::sc_module
392 sc_module::next_trigger(double d, sc_time_unit u, const sc_event &e) function in class:sc_core::sc_module
398 sc_module::next_trigger(const sc_time &t, const sc_event_or_list &eol) function in class:sc_core::sc_module
404 sc_module::next_trigger(double d, sc_time_unit u, const sc_event_or_list &eol) function in class:sc_core::sc_module
410 sc_module::next_trigger(const sc_time &t, const sc_event_and_list &eal) function in class:sc_core::sc_module
416 sc_module::next_trigger(double d, sc_time_unit u, const sc_event_and_list &eal) function in class:sc_core::sc_module
540 next_trigger() function in namespace:sc_core
548 next_trigger(const sc_event &e) function in namespace:sc_core
556 next_trigger(const sc_event_or_list &eol) function in namespace:sc_core
564 next_trigger(const sc_event_and_list &eal) function in namespace:sc_core
572 next_trigger(const sc_time &t) function in namespace:sc_core
580 next_trigger(double d, sc_time_unit u) function in namespace:sc_core
586 next_trigger(const sc_time &t, const sc_event &e) function in namespace:sc_core
594 next_trigger(double d, sc_time_unit u, const sc_event &e) function in namespace:sc_core
600 next_trigger(const sc_time &t, const sc_event_or_list &eol) function in namespace:sc_core
608 next_trigger(double d, sc_time_unit u, const sc_event_or_list &eol) function in namespace:sc_core
614 next_trigger(const sc_time &t, const sc_event_and_list &eal) function in namespace:sc_core
622 next_trigger(double d, sc_time_unit u, const sc_event_and_list &eal) function in namespace:sc_core
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_prim_channel.h140 void next_trigger() function in class:sc_core::sc_prim_channel
146 void next_trigger( const sc_event& e ) function in class:sc_core::sc_prim_channel
149 void next_trigger( const sc_event_or_list& el ) function in class:sc_core::sc_prim_channel
152 void next_trigger( const sc_event_and_list& el ) function in class:sc_core::sc_prim_channel
155 void next_trigger( const sc_time& t ) function in class:sc_core::sc_prim_channel
158 void next_trigger( double v, sc_time_unit tu ) function in class:sc_core::sc_prim_channel
161 void next_trigger( const sc_time& t, const sc_event& e ) function in class:sc_core::sc_prim_channel
164 void next_trigger( double v, sc_time_unit tu, const sc_event& e ) function in class:sc_core::sc_prim_channel
168 void next_trigger( const sc_time& t, const sc_event_or_list& el ) function in class:sc_core::sc_prim_channel
171 void next_trigger( double v, sc_time_unit tu, const sc_event_or_list& el ) function in class:sc_core::sc_prim_channel
175 void next_trigger( const sc_time& t, const sc_event_and_list& el ) function in class:sc_core::sc_prim_channel
178 void next_trigger( double v, sc_time_unit tu, const sc_event_and_list& el ) function in class:sc_core::sc_prim_channel
[all...]

Completed in 14 milliseconds