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

/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc163 use_count(0), m_txn(NULL), m_release_fn(NULL), m_carrier(NULL), next(NULL)
200 use_count++;
206 if ((--use_count) == 0) {
/gem5/ext/systemc/src/tlm_utils/
H A Dinstance_specific_extensions.h195 // therefore it keeps a use_count of itself to automatically free itself
197 // to increment and decrement the use_count
203 instance_specific_extension_container(): use_count(0), next(NULL){resize();}
220 void inc_use_count(){use_count++;}
224 unsigned int use_count; member in class:tlm_utils::instance_specific_extension_container
270 if ((--use_count)==0) { //if this container isn't used any more
/gem5/src/systemc/ext/tlm_utils/
H A Dinstance_specific_extensions_int.h121 // Therefore it keeps a use_count of itself to automatically free itself.
123 // to increment and decrement the use_count.
150 unsigned int use_count; member in class:tlm_utils::instance_specific_extension_container

Completed in 7 milliseconds