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

/gem5/src/systemc/tests/systemc/kernel/process_control/test06/
H A Dtest06.cpp21 void proc_tree( unsigned depth, unsigned width, bool as_method, bool spawn_only ) function
32 sc_spawn( sc_bind( &top::proc_tree, this, depth-1, width, !as_method, false )
38 sc_spawn( sc_bind( &top::proc_tree, this, depth-1, width, !as_method, false )
83 proc_tree( 3, 1, true , true );
84 proc_tree( 3, 1, false, true );

Completed in 4 milliseconds