Lines Matching refs:el
283 sc_thread_process::wait( const sc_event_or_list& el )
288 el.add_dynamic( this );
289 m_event_list_p = ⪙
296 sc_thread_process::wait( const sc_event_and_list& el )
301 el.add_dynamic( this );
302 m_event_list_p = ⪙
303 m_event_count = el.size();
338 sc_thread_process::wait( const sc_time& t, const sc_event_or_list& el )
345 el.add_dynamic( this );
346 m_event_list_p = ⪙
353 sc_thread_process::wait( const sc_time& t, const sc_event_and_list& el )
360 el.add_dynamic( this );
361 m_event_list_p = ⪙
362 m_event_count = el.size();