Searched refs:next_p (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.h159 void set_next_exist( sc_method_handle next_p );
160 void set_next_runnable( sc_method_handle next_p );
264 void sc_method_process::set_next_exist(sc_method_handle next_p) argument
266 m_exist_p = next_p;
277 void sc_method_process::set_next_runnable(sc_method_handle next_p) argument
279 m_runnable_p = next_p;
H A Dsc_thread_process.h138 void set_next_exist( sc_thread_handle next_p );
139 void set_next_runnable( sc_thread_handle next_p );
414 void sc_thread_process::set_next_exist(sc_thread_handle next_p) argument
416 m_exist_p = next_p;
426 void sc_thread_process::set_next_runnable(sc_thread_handle next_p) argument
428 m_runnable_p = next_p;
H A Dsc_reset.cpp165 sc_reset_finder* next_p; // Next finder to process. local
170 for ( now_p = reset_finder_q; now_p; now_p = next_p )
172 next_p = now_p->m_next_p;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_prim_channel.cpp282 sc_prim_channel* next_p; // Next update to perform. local
290 now_p = next_p )
292 next_p = now_p->m_update_next_p;

Completed in 15 milliseconds