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

/gem5/src/systemc/tests/include/
H A DSimpleATInitiator1.h71 typedef MyTransaction<unsigned int> mytransaction_type; typedef in class:SimpleATInitiator1
78 mytransaction_type* claim()
80 mytransaction_type* t = new mytransaction_type(this);
84 void release(mytransaction_type* t)
122 bool initTransaction(mytransaction_type*& trans)
146 void logStartTransation(mytransaction_type& trans)
161 void logEndTransaction(mytransaction_type& trans)
188 mytransaction_type* ptrans;
191 mytransaction_type
[all...]
H A DSimpleATInitiator2.h71 typedef MyTransaction<unsigned int> mytransaction_type; typedef in class:SimpleATInitiator2
78 mytransaction_type* claim()
80 mytransaction_type* t = new mytransaction_type(this);
84 void release(mytransaction_type* t)
118 bool initTransaction(mytransaction_type*& trans)
142 void logStartTransation(mytransaction_type& trans)
157 void logEndTransaction(mytransaction_type& trans)
184 mytransaction_type* ptrans;
187 mytransaction_type
[all...]

Completed in 12 milliseconds