Searched refs:sc_semaphore_if (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_semaphore_if.hh38 class sc_semaphore_if : virtual public sc_interface class in namespace:sc_core
47 sc_semaphore_if() : sc_interface() {} function in class:sc_core::sc_semaphore_if
51 sc_semaphore_if(const sc_semaphore_if &) : sc_interface() {} function in class:sc_core::sc_semaphore_if
52 sc_semaphore_if &operator = (const sc_semaphore_if &) { return *this; }
H A Dsc_semaphore.hh35 #include "sc_semaphore_if.hh"
40 class sc_semaphore : public sc_semaphore_if, public sc_object
56 sc_interface(), sc_semaphore_if(), sc_object()
H A D_using.hh84 using sc_core::sc_semaphore_if;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_semaphore_if.h22 sc_semaphore_if.h -- The sc_semaphore_if interface class.
37 // CLASS : sc_semaphore_if
39 // The sc_semaphore_if interface class.
42 class sc_semaphore_if class in namespace:sc_core
65 sc_semaphore_if() function in class:sc_core::sc_semaphore_if
71 sc_semaphore_if( const sc_semaphore_if& );
72 sc_semaphore_if& operator = ( const sc_semaphore_if
[all...]
H A Dsc_semaphore.h35 #include "sysc/communication/sc_semaphore_if.h"
46 : public sc_semaphore_if,
/gem5/src/systemc/channel/
H A Dsc_semaphore.cc45 sc_interface(), sc_semaphore_if(), sc_object(_name), _value(value)
/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test02/
H A Dtest02.cpp38 // test of the sc_semaphore_if interface -- mutex case
44 sc_port<sc_semaphore_if> semaphore;
86 sc_port<sc_semaphore_if> semaphore;

Completed in 8 milliseconds