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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_fiber.cpp85 int sc_cor_pkg_fiber::instance_count = 0; member in class:sc_core::sc_cor_pkg_fiber
93 if( ++ instance_count == 1 ) {
119 if( -- instance_count == 0 ) {
H A Dsc_cor_qt.cpp119 int sc_cor_pkg_qt::instance_count = 0; member in class:sc_core::sc_cor_pkg_qt
139 if( ++ instance_count == 1 ) {
151 if( -- instance_count == 0 ) {
H A Dsc_cor_pthread.h120 static int instance_count; member in class:sc_core::sc_cor_pkg_pthread
H A Dsc_cor_pthread.cpp139 int sc_cor_pkg_pthread::instance_count = 0; member in class:sc_core::sc_cor_pkg_pthread
148 if( ++ instance_count == 1 )
164 if( -- instance_count == 0 ) {
H A Dsc_cor_fiber.h128 static int instance_count; member in class:sc_core::sc_cor_pkg_fiber
H A Dsc_cor_qt.h114 static int instance_count; member in class:sc_core::sc_cor_pkg_qt

Completed in 9 milliseconds