Botan 3.7.1
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 18 of file semaphore.h.
void Botan::Semaphore::acquire | ( | ) |
Definition at line 25 of file semaphore.cpp.
References Botan::lock().
void Botan::Semaphore::release | ( | size_t | n = 1 | ) |
Definition at line 14 of file semaphore.cpp.
References Botan::lock().