Searched refs:active_p (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext_int.h67 sc_process_b* active_p; // active process to get name of. local
70 active_p = sc_get_curr_simcontext()->get_curr_proc_info()->process_handle;
71 if ( active_p )
72 result = active_p->name();
136 sc_thread_handle active_p; // active thread or null. local
143 active_p = DCAST<sc_thread_handle>(sc_get_current_process_b());
158 if ( active_p == NULL )
190 else if ( active_p != thread_h )
194 execute_thread_next( active_p );
196 active_p
[all...]
H A Dsc_thread_process.cpp136 sc_process_b* active_p = sc_get_current_process_b(); local
152 if ( active_p == (sc_process_b*)thread_h )

Completed in 8 milliseconds