Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::ipcdetail::windows_semaphore Class Reference

#include <semaphore.hpp>

Public Member Functions

 windows_semaphore (unsigned int initialCount)
 
 ~windows_semaphore ()
 
void post (long release_count=1)
 
void wait ()
 
bool try_wait ()
 
bool timed_wait (const boost::posix_time::ptime &abs_time)
 

Constructor & Destructor Documentation

boost::interprocess::ipcdetail::windows_semaphore::windows_semaphore ( unsigned int  initialCount)
inline
boost::interprocess::ipcdetail::windows_semaphore::~windows_semaphore ( )
inline

Member Function Documentation

void boost::interprocess::ipcdetail::windows_semaphore::post ( long  release_count = 1)
inline

The documentation for this class was generated from the following file: