Searched refs:thread_p (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_join.cpp80 sc_thread_handle thread_p; // Thread within process_h. local
82 thread_p = process_h.operator sc_thread_handle();
83 if ( thread_p )
86 thread_p->add_monitor( this );
102 // thread_p -> thread that is signalling.
105 void sc_join::signal(sc_thread_handle thread_p, int type) argument
110 thread_p->remove_monitor(this);
H A Dsc_simcontext.cpp726 sc_thread_handle thread_p; // Pointer to thread process accessing. local
755 for ( thread_p = m_process_table->thread_q_head();
756 thread_p; thread_p = thread_p->next_exist() )
758 thread_p->prepare_for_simulation();
800 for ( thread_p = m_process_table->thread_q_head();
801 thread_p; thread_p = thread_p
1482 sc_thread_handle thread_p; local
1499 sc_thread_handle thread_p; local
[all...]
H A Dsc_join.h60 virtual void signal(sc_thread_handle thread_p, int type);
H A Dsc_thread_process.h439 sc_thread_handle thread_p = DCAST<sc_thread_handle>(process_p); local
440 return thread_p->m_cor_p;
H A Dsc_process.h112 virtual void signal(sc_thread_handle thread_p, int type);

Completed in 14 milliseconds