|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <semaphore.h>
Public Member Functions | |
| void | acquire () |
| void | release (size_t n=1) |
| Semaphore (int value=0) | |
Definition at line 16 of file semaphore.h.
|
inlineexplicit |
Definition at line 19 of file semaphore.h.
| void Botan::Semaphore::acquire | ( | ) |
Definition at line 28 of file semaphore.cpp.
| void Botan::Semaphore::release | ( | size_t | n = 1 | ) |
Definition at line 14 of file semaphore.cpp.
1.8.9.1