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

/gem5/src/systemc/tests/include/
H A DSimpleATInitiator2.h121 trans = transPool.claim();
127 trans = transPool.claim();
198 transPool.release(&trans);
233 transPool.release(&trans);
280 transPool.release(myTrans);
300 SimplePool transPool; member in class:SimpleATInitiator2
H A DSimpleATInitiator1.h125 trans = transPool.claim();
131 trans = transPool.claim();
202 transPool.release(&trans);
311 transPool.release(trans);
325 SimplePool transPool; member in class:SimpleATInitiator1

Completed in 6 milliseconds