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

/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h387 : m_trans(trans),m_suspend(false) {}
389 transaction_type* m_trans; member in class:tlm_utils::simple_target_socket::fw_process::process_handle_class
410 (*it)->m_trans = trans; // replace to new one
434 transaction_type *trans = h->m_trans;
931 : m_trans(trans),m_suspend(false){}
933 transaction_type* m_trans; member in class:tlm_utils::simple_target_socket_tagged::fw_process::process_handle_class
954 (*it)->m_trans = trans; // replace to new one
977 transaction_type * trans = h->m_trans;
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h389 m_trans(trans), m_suspend(false)
392 transaction_type *m_trans; member in class:tlm_utils::simple_target_socket_b::fw_process::process_handle_class
419 (*it)->m_trans = trans; // Replace to new one.
443 transaction_type *trans = h->m_trans;
985 m_trans(trans), m_suspend(false)
988 transaction_type *m_trans; member in class:tlm_utils::simple_target_socket_tagged_b::fw_process::process_handle_class
1015 (*it)->m_trans = trans; // Replace to new one.
1036 transaction_type *trans = h->m_trans;

Completed in 13 milliseconds