Searched refs:process_handle (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait.cpp63 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_cycles();
81 RCAST<sc_thread_handle>( cpi->process_handle )->wait( e );
87 RCAST<sc_cthread_handle>( cpi->process_handle );
105 RCAST<sc_thread_handle>( cpi->process_handle )->wait( el );
113 RCAST<sc_cthread_handle>( cpi->process_handle );
131 RCAST<sc_thread_handle>( cpi->process_handle )->wait( el );
137 RCAST<sc_cthread_handle>( cpi->process_handle );
155 RCAST<sc_thread_handle>( cpi->process_handle )->wait( t );
161 RCAST<sc_cthread_handle>( cpi->process_handle );
179 RCAST<sc_thread_handle>( cpi->process_handle )
[all...]
H A Dsc_wait_cthread.cpp49 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_halt();
71 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_cycles( n );
H A Dsc_simcontext_int.h70 active_p = sc_get_curr_simcontext()->get_curr_proc_info()->process_handle;
78 // We use m_current_writer rather than m_curr_proc_info.process_handle to
88 m_curr_proc_info.process_handle = process_h;
97 m_curr_proc_info.process_handle = 0;
H A Dsc_simcontext.h73 sc_process_b* process_handle; member in struct:sc_core::sc_curr_proc_info
75 sc_curr_proc_info() : process_handle( 0 ), kind( SC_NO_PROC_ ) {}
601 return sc_get_curr_simcontext()->get_curr_proc_info()->process_handle;
H A Dsc_simcontext.cpp478 result_p = (sc_object*)get_curr_proc_info()->process_handle;
1483 thread_p = DCAST<sc_thread_handle>(get_curr_proc_info()->process_handle);
1500 thread_p = DCAST<sc_thread_handle>(get_curr_proc_info()->process_handle);
1602 return sc_get_curr_simcontext()->get_curr_proc_info()->process_handle;
/gem5/src/systemc/tests/systemc/kernel/sc_name_gen/test1/
H A Dtest1.cpp57 cout << cpi->process_handle->name() << endl;
62 cout << cpi->process_handle->name() << endl;
67 cout << cpi->process_handle->name() << endl;
/gem5/src/systemc/tests/systemc/kernel/sc_process_b/test02/
H A Dtest02.cpp16 cout << sc_time_stamp() << ": " << cpi->process_handle->name() << endl;
/gem5/src/systemc/core/
H A Dsc_simcontext.cc55 currProcInfo.process_handle = p;
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh145 sc_process_b *process_handle; member in struct:sc_core::sc_curr_proc_info
147 sc_curr_proc_info() : process_handle(NULL), kind(SC_NO_PROC_) {}

Completed in 31 milliseconds