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

/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Dnonblocking_port.hh72 typedef tlm_nonblocking_put_if<T> put_if_type; typedef in class:tlm::tlm_nonblocking_put_port
81 return *new tlm_event_finder_t<put_if_type, T>(
82 *this, &put_if_type::ok_to_put);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_nonblocking_port.h74 typedef tlm_nonblocking_put_if<T> put_if_type; typedef in class:tlm::tlm_nonblocking_put_port
81 return *new tlm_event_finder_t< put_if_type , T >(
83 &put_if_type::ok_to_put );

Completed in 4 milliseconds