Searched refs:b2nb_thread (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/systemc/src/tlm_utils/ |
H A D | simple_target_socket.h | 205 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this), 206 sc_core::sc_gen_unique_name("b2nb_thread"), &opts); 461 void b2nb_thread() function in class:tlm_utils::simple_target_socket::fw_process 744 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this), 745 sc_core::sc_gen_unique_name("b2nb_thread"), &opts); 1004 void b2nb_thread() function in class:tlm_utils::simple_target_socket_tagged::fw_process
|
/gem5/src/systemc/ext/tlm_utils/ |
H A D | simple_target_socket.h | 199 // Only spawn b2nb_thread, if needed. 204 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this), 205 sc_core::sc_gen_unique_name("b2nb_thread"), &opts); 473 b2nb_thread() function in class:tlm_utils::simple_target_socket_b::fw_process 785 // Only spawn b2nb_thread if needed. 789 sc_core::sc_spawn(sc_bind(&fw_process::b2nb_thread, this), 790 sc_core::sc_gen_unique_name("b2nb_thread"), &opts); 1067 b2nb_thread() function in class:tlm_utils::simple_target_socket_tagged_b::fw_process
|
Completed in 13 milliseconds