Lines Matching defs:cpi

59     sc_curr_proc_handle cpi = simc->get_curr_proc_info();
60 switch( cpi->kind ) {
63 RCAST<sc_cthread_handle>( cpi->process_handle )->wait_cycles();
78 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
79 switch( cpi->kind ) {
81 RCAST<sc_thread_handle>( cpi->process_handle )->wait( e );
87 RCAST<sc_cthread_handle>( cpi->process_handle );
102 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
103 switch( cpi->kind ) {
105 RCAST<sc_thread_handle>( cpi->process_handle )->wait( el );
113 RCAST<sc_cthread_handle>( cpi->process_handle );
128 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
129 switch( cpi->kind ) {
131 RCAST<sc_thread_handle>( cpi->process_handle )->wait( el );
137 RCAST<sc_cthread_handle>( cpi->process_handle );
152 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
153 switch( cpi->kind ) {
155 RCAST<sc_thread_handle>( cpi->process_handle )->wait( t );
161 RCAST<sc_cthread_handle>( cpi->process_handle );
176 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
177 switch( cpi->kind ) {
179 RCAST<sc_thread_handle>( cpi->process_handle )->wait( t, e );
185 RCAST<sc_cthread_handle>( cpi->process_handle );
200 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
201 switch( cpi->kind ) {
203 RCAST<sc_thread_handle>( cpi->process_handle )->wait( t, el );
209 RCAST<sc_cthread_handle>( cpi->process_handle );
224 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
225 switch( cpi->kind ) {
227 RCAST<sc_thread_handle>( cpi->process_handle )->wait( t, el );
233 RCAST<sc_cthread_handle>( cpi->process_handle );
251 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
252 if( cpi->kind == SC_METHOD_PROC_ ) {
253 RCAST<sc_method_handle>( cpi->process_handle )->clear_trigger();
266 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
267 if( cpi->kind == SC_METHOD_PROC_ ) {
268 RCAST<sc_method_handle>( cpi->process_handle )->next_trigger( e );
278 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
279 if( cpi->kind == SC_METHOD_PROC_ ) {
280 RCAST<sc_method_handle>( cpi->process_handle )->next_trigger( el );
290 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
291 if( cpi->kind == SC_METHOD_PROC_ ) {
292 RCAST<sc_method_handle>( cpi->process_handle )->next_trigger( el );
302 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
303 if( cpi->kind == SC_METHOD_PROC_ ) {
304 RCAST<sc_method_handle>( cpi->process_handle )->next_trigger( t );
314 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
315 if( cpi->kind == SC_METHOD_PROC_ ) {
316 RCAST<sc_method_handle>( cpi->process_handle )->next_trigger( t, e );
326 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
327 if( cpi->kind == SC_METHOD_PROC_ ) {
328 RCAST<sc_method_handle>( cpi->process_handle )->next_trigger( t, el );
338 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
339 if( cpi->kind == SC_METHOD_PROC_ ) {
340 RCAST<sc_method_handle>( cpi->process_handle )->next_trigger( t, el );
361 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
362 return cpi->process_handle->timed_out();
372 sc_curr_proc_handle cpi = simc->get_curr_proc_info();
373 sc_process_b* handle = cpi->process_handle;