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

/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h273 process_handle_class * ph = m_process_handle.get_handle(&trans);
276 ph = new process_handle_class(&trans);
384 class process_handle_class { class in class:tlm_utils::simple_target_socket::fw_process
386 explicit process_handle_class(transaction_type * trans) function in class:tlm_utils::simple_target_socket::fw_process::process_handle_class
399 for( typename std::vector<process_handle_class*>::iterator
404 process_handle_class* get_handle(transaction_type *trans)
406 typename std::vector<process_handle_class*>::iterator it;
418 void put_handle(process_handle_class* ph)
424 std::vector<process_handle_class*> v;
430 void nb2b_thread(process_handle_class*
928 class process_handle_class { class in class:tlm_utils::simple_target_socket_tagged::fw_process
930 explicit process_handle_class(transaction_type * trans) function in class:tlm_utils::simple_target_socket_tagged::fw_process::process_handle_class
[all...]
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h275 process_handle_class *ph =
279 ph = new process_handle_class(&trans);
385 class process_handle_class class in class:tlm_utils::simple_target_socket_b::fw_process
388 explicit process_handle_class(transaction_type *trans) : function in class:tlm_utils::simple_target_socket_b::fw_process::process_handle_class
405 process_handle_class *>::iterator it = v.begin(),
411 process_handle_class *
414 typename std::vector<process_handle_class *>::iterator it;
428 put_handle(process_handle_class *ph)
434 std::vector<process_handle_class*> v;
440 nb2b_thread(process_handle_class *
981 class process_handle_class class in class:tlm_utils::simple_target_socket_tagged_b::fw_process
984 explicit process_handle_class(transaction_type *trans) : function in class:tlm_utils::simple_target_socket_tagged_b::fw_process::process_handle_class
[all...]

Completed in 12 milliseconds