| cartobase
    5.1.2
    | 
#include <cartobase/thread/semaphore.h>
| Public Member Functions | |
| Semaphore (int initnum=0) | |
| ~Semaphore () | |
| bool | post () | 
| void | wait () | 
| bool | tryWait () | 
| int | getValue () | 
Definition at line 46 of file semaphore.h.
| carto::Semaphore::Semaphore | ( | int | initnum = 0 | ) | 
| carto::Semaphore::~Semaphore | ( | ) | 
| int carto::Semaphore::getValue | ( | ) | 
| bool carto::Semaphore::post | ( | ) | 
| bool carto::Semaphore::tryWait | ( | ) | 
| void carto::Semaphore::wait | ( | ) |