Botan 2.19.3
Crypto and TLS for C&
|
#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.