Searched refs:in_use (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/systemc/src/sysc/communication/ | ||
H A D | sc_mutex.cpp | 68 while( in_use() ) { 82 if( in_use() ) { |
H A D | sc_semaphore.cpp | 87 while( in_use() ) { 100 if( in_use() ) { |
H A D | sc_mutex.h | 76 bool in_use() const function in class:sc_core::sc_mutex |
H A D | sc_semaphore.h | 79 bool in_use() const function in class:sc_core::sc_semaphore |
/gem5/src/dev/pci/ | ||
H A D | copy_engine_defs.hh | 154 ADD_FIELD16(in_use, 8,1); |
H A D | copy_engine.cc | 248 cr.ctrl.in_use(1); |
Completed in 9 milliseconds