#include <semaphore.hpp>
Public Member Functions | |
posix_semaphore (unsigned int initialCount) | |
~posix_semaphore () | |
void | post () |
void | wait () |
bool | try_wait () |
bool | timed_wait (const boost::posix_time::ptime &abs_time) |
|
inline |
References boost::interprocess::ipcdetail::semaphore_init().
|
inline |
|
inline |
References boost::interprocess::ipcdetail::semaphore_post().
|
inline |
|
inline |
|
inline |
References boost::interprocess::ipcdetail::semaphore_wait().