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

/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp302 const int nr_txns_in_pool = 7; local
304 tlm_generic_payload *txns[nr_txns_in_pool];
305 for(int i=0; i < nr_txns_in_pool; i++) txns[i] = new tlm_generic_payload;
307 for(int i=0; true; i = ((i+1) % nr_txns_in_pool)) {
328 for(int i=0; i < nr_txns_in_pool; i++) {

Completed in 6 milliseconds