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

/gem5/src/systemc/tests/systemc/kernel/process_control/test07/
H A Dtest07.cpp91 start_child_proc = 1, enumerator in enum:start_options
106 if( opt & start_child_proc )
120 sc_spawn( sc_bind( &DUT::child, this, start_child_proc ), "child0" );
147 h0 = sc_spawn( sc_bind( &DUT::child, this, start_child_proc ), "child0" ),
148 h1 = sc_spawn( sc_bind( &DUT::child, this, start_child_proc ), "child1" );

Completed in 4 milliseconds