Searched refs:get_next_transaction (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_get.h58 transaction_type* get_next_transaction() function in class:tlm_utils::peq_with_get
H A Dsimple_target_socket.h467 while ((trans = m_peq.get_next_transaction())!=0) {
1010 while ((trans = m_peq.get_next_transaction())!=0) {
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h64 get_next_transaction() function in class:tlm_utils::peq_with_get
H A Dsimple_target_socket.h477 while ((trans = m_peq.get_next_transaction()) != 0) {
1071 while ((trans = m_peq.get_next_transaction()) != 0) {
/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp127 while( (trans = m_peq.get_next_transaction()) )
134 if (flag3) cout << "Called get_next_transaction with section = " << section << "\n";
141 if (flag4) cout << "Called get_next_transaction with section = " << section << "\n";
/gem5/src/systemc/tests/include/
H A DSimpleBusAT.h105 while ((trans = mRequestPEQ.get_next_transaction())!=0) {
174 while ((trans = mResponsePEQ.get_next_transaction())!=0) {

Completed in 21 milliseconds