#include <semaphore.h>
Public Member Functions | |
| void | P () |
| Semaphore (int value) | |
| Semaphore (const Semaphore &)=delete | |
| void | V () |
Private Attributes | |
| boost::condition_variable | condition_ |
| boost::mutex | mutex_ |
| int | value_ |
Definition at line 30 of file semaphore.h.
|
inline |
Definition at line 32 of file semaphore.h.
|
delete |
|
inline |
Definition at line 35 of file semaphore.h.
|
inline |
Definition at line 45 of file semaphore.h.
|
private |
Definition at line 55 of file semaphore.h.
|
private |
Definition at line 54 of file semaphore.h.
|
private |
Definition at line 53 of file semaphore.h.