|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_host_semaphore.h>


Public Member Functions | |
| sc_host_semaphore (int init=0) | |
| virtual | ~sc_host_semaphore ()=default |
| virtual int | wait () |
| virtual int | trywait () |
| virtual int | post () |
| virtual int | get_value () const |
| 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 &port_, const char *if_typename_) |
| virtual const sc_event & | default_event () const |
| virtual | ~sc_interface () |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_semaphore_if | |
| sc_semaphore_if () | |
Protected Member Functions inherited from sc_core::sc_interface | |
| sc_interface () | |
Definition at line 50 of file sc_host_semaphore.h.
|
inlineexplicit |
Definition at line 56 of file sc_host_semaphore.h.
|
virtualdefault |
|
inlinevirtual |
Implements sc_core::sc_semaphore_if.
Definition at line 92 of file sc_host_semaphore.h.
|
inlinevirtual |
Implements sc_core::sc_semaphore_if.
Definition at line 83 of file sc_host_semaphore.h.
|
inlinevirtual |
Implements sc_core::sc_semaphore_if.
Definition at line 73 of file sc_host_semaphore.h.
|
inlinevirtual |
Implements sc_core::sc_semaphore_if.
Definition at line 62 of file sc_host_semaphore.h.