Searched refs:as_method (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 ) argument
30 if(as_method) // we are spawned as method, spawn a thread
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 )
51 if( !as_method ) thread_loop();

Completed in 4 milliseconds