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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp160 t3b = sc_spawn(sc_bind( &Top::T3B, this)) local
163 if (t3b.valid()) sc_assert( t3b.terminated() );
167 sc_process_handle t3a, t3b; local
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp137 sc_time t3b( 1.2341, true );
138 cout << t3b << endl;

Completed in 6 milliseconds