Thrill
0.1
|
This is the complete list of members for Semaphore, including all inherited members.
cv_ | Semaphore | private |
mutex_ | Semaphore | private |
operator=(const Semaphore &)=delete | Semaphore | |
operator=(Semaphore &&s) | Semaphore | inline |
Semaphore(size_t initial_value=0) | Semaphore | inlineexplicit |
Semaphore(const Semaphore &)=delete | Semaphore | |
Semaphore(Semaphore &&s) | Semaphore | inline |
signal() | Semaphore | inline |
signal(size_t delta) | Semaphore | inline |
try_acquire(size_t delta=1, size_t slack=0) | Semaphore | inline |
value() const | Semaphore | inline |
value_ | Semaphore | private |
wait(size_t delta=1, size_t slack=0) | Semaphore | inline |