#include <sysc/communication/sc_host_semaphore.h>
Definition at line 54 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 |
( |
| ) |
|
|
inlinevirtual |
◆ default_event()
virtual const sc_event& sc_core::sc_interface::default_event |
( |
| ) |
const |
|
virtualinherited |
◆ get_value()
virtual int sc_core::sc_host_semaphore::get_value |
( |
| ) |
const |
|
inlinevirtual |
◆ post()
virtual int sc_core::sc_host_semaphore::post |
( |
| ) |
|
|
inlinevirtual |
◆ register_port()
virtual void sc_core::sc_interface::register_port |
( |
sc_port_base & |
port_, |
|
|
const char * |
if_typename_ |
|
) |
| |
|
virtualinherited |
◆ 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: