#include <semaphore.hpp>
Public Member Functions | |
spin_semaphore (unsigned int initialCount) | |
~spin_semaphore () | |
void | post () |
void | wait () |
bool | try_wait () |
bool | timed_wait (const boost::posix_time::ptime &abs_time) |
|
inline |
|
inline |
|
inline |
Referenced by boost::interprocess::interprocess_semaphore::post().
|
inline |
|
inline |
Referenced by boost::interprocess::interprocess_semaphore::try_wait().
|
inline |
Referenced by boost::interprocess::interprocess_semaphore::wait().