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

/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h205 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 Dsimple_target_socket.h199 // 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 15 milliseconds