Lines Matching refs:sc_thread_process

22   sc_thread_process.h -- Thread process declarations
91 // sc_thread_process -
94 class sc_thread_process : public sc_process_b {
116 sc_thread_process( const char* name_p, bool free_host,
121 { return "sc_thread_process"; }
125 virtual ~sc_thread_process();
173 sc_thread_process( const sc_thread_process& );
174 const sc_thread_process& operator = ( const sc_thread_process& );
179 //"sc_thread_process::set_stack_size"
182 inline void sc_thread_process::set_stack_size( std::size_t size )
189 //"sc_thread_process::suspend_me"
207 inline void sc_thread_process::suspend_me()
265 //"sc_thread_process::wait"
270 sc_thread_process::wait( const sc_event& e )
283 sc_thread_process::wait( const sc_event_or_list& el )
296 sc_thread_process::wait( const sc_event_and_list& el )
310 sc_thread_process::wait( const sc_time& t )
323 sc_thread_process::wait( const sc_time& t, const sc_event& e )
338 sc_thread_process::wait( const sc_time& t, const sc_event_or_list& el )
353 sc_thread_process::wait( const sc_time& t, const sc_event_and_list& el )
368 //"sc_thread_process::wait_cycles"
378 sc_thread_process::wait_cycles( int n )
388 //"sc_thread_process::miscellaneous support"
392 void sc_thread_process::add_monitor(sc_process_monitor* monitor_p)
399 void sc_thread_process::remove_monitor(sc_process_monitor* monitor_p)
414 void sc_thread_process::set_next_exist(sc_thread_handle next_p)
420 sc_thread_handle sc_thread_process::next_exist()
426 void sc_thread_process::set_next_runnable(sc_thread_handle next_p)
432 sc_thread_handle sc_thread_process::next_runnable()
444 //"sc_thread_process::trigger_static"
461 sc_thread_process::trigger_static()
506 // $Log: sc_thread_process.h,v $