gem5 v24.0.0.0
|
#include <sc_semaphore_if.hh>
Public Member Functions | |
virtual int | wait ()=0 |
virtual int | trywait ()=0 |
virtual int | post ()=0 |
virtual int | get_value () const =0 |
Public Member Functions inherited from sc_core::sc_interface | |
virtual void | register_port (sc_port_base &, const char *) |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
Protected Member Functions | |
sc_semaphore_if () | |
Protected Member Functions inherited from sc_core::sc_interface | |
sc_interface () | |
Private Member Functions | |
sc_semaphore_if (const sc_semaphore_if &) | |
sc_semaphore_if & | operator= (const sc_semaphore_if &) |
Definition at line 36 of file sc_semaphore_if.hh.
|
inlineprotected |
Definition at line 45 of file sc_semaphore_if.hh.
|
inlineprivate |
Definition at line 49 of file sc_semaphore_if.hh.
|
pure virtual |
Implemented in sc_core::sc_semaphore.
|
inlineprivate |
Definition at line 50 of file sc_semaphore_if.hh.
|
pure virtual |
Implemented in sc_core::sc_semaphore.
|
pure virtual |
Implemented in sc_core::sc_semaphore.
|
pure virtual |
Implemented in sc_core::sc_semaphore.