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::sync_handles Class Reference

#include <sync_utils.hpp>

Public Types

enum  type {
  MUTEX,
  SEMAPHORE
}
 

Public Member Functions

void * obtain_mutex (const sync_id &id, bool *popen_created=0)
 
void * obtain_semaphore (const sync_id &id, unsigned int initial_count, bool *popen_created=0)
 
void destroy_handle (const sync_id &id)
 
void destroy_syncs_in_range (const void *addr, std::size_t size)
 

Member Enumeration Documentation

Enumerator
MUTEX 
SEMAPHORE 

Member Function Documentation

void boost::interprocess::ipcdetail::sync_handles::destroy_syncs_in_range ( const void *  addr,
std::size_t  size 
)
inline

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