|
VLink 2.0.0
A high-performance communication middleware
|
This is the complete list of members for vlink::SysSemaphore, including all inherited members.
| acquire(size_t n=1, int timeout_ms=kInfinite) | vlink::SysSemaphore | |
| attach(const std::string &name) | vlink::SysSemaphore | |
| detach(bool force=true) | vlink::SysSemaphore | |
| get_count() const | vlink::SysSemaphore | |
| is_attached() const | vlink::SysSemaphore | |
| kInfinite | vlink::SysSemaphore | static |
| release(size_t n=1) | vlink::SysSemaphore | |
| SysSemaphore(size_t count=0) | vlink::SysSemaphore | explicit |
| ~SysSemaphore() | vlink::SysSemaphore |