#include <sysc/communication/sc_host_semaphore.h>
Definition at line 50 of file sc_host_semaphore.h.
◆ sc_host_semaphore()
sc_core::sc_host_semaphore::sc_host_semaphore |
( |
int |
init = 0 | ) |
|
|
inlineexplicit |
◆ ~sc_host_semaphore()
virtual sc_core::sc_host_semaphore::~sc_host_semaphore |
( |
| ) |
|
|
virtualdefault |
◆ get_value()
virtual int sc_core::sc_host_semaphore::get_value |
( |
| ) |
const |
|
inlinevirtual |
◆ post()
virtual int sc_core::sc_host_semaphore::post |
( |
| ) |
|
|
inlinevirtual |
◆ trywait()
virtual int sc_core::sc_host_semaphore::trywait |
( |
| ) |
|
|
inlinevirtual |
◆ wait()
virtual int sc_core::sc_host_semaphore::wait |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: