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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp159 t3a = sc_spawn(sc_bind( &Top::T3A, this)), local
162 if (t3a.valid()) sc_assert( t3a.terminated() );
167 sc_process_handle t3a, t3b; local
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp134 sc_time t3a( 0, SC_SEC );
135 cout << t3a << endl;

Completed in 5 milliseconds