#include <named_semaphore.hpp>
|
static bool | remove (const char *name) |
|
boost::interprocess::ipcdetail::posix_named_semaphore::posix_named_semaphore |
( |
create_only_t |
, |
|
|
const char * |
name, |
|
|
unsigned int |
initialCount, |
|
|
const permissions & |
perm = permissions() |
|
) |
| |
|
inline |
boost::interprocess::ipcdetail::posix_named_semaphore::posix_named_semaphore |
( |
open_only_t |
, |
|
|
const char * |
name |
|
) |
| |
|
inline |
boost::interprocess::ipcdetail::posix_named_semaphore::~posix_named_semaphore |
( |
| ) |
|
|
inline |
void boost::interprocess::ipcdetail::posix_named_semaphore::post |
( |
| ) |
|
|
inline |
static bool boost::interprocess::ipcdetail::posix_named_semaphore::remove |
( |
const char * |
name | ) |
|
|
inlinestatic |
bool boost::interprocess::ipcdetail::posix_named_semaphore::try_wait |
( |
| ) |
|
|
inline |
void boost::interprocess::ipcdetail::posix_named_semaphore::wait |
( |
| ) |
|
|
inline |
friend class ipcdetail::interprocess_tester |
|
friend |
The documentation for this class was generated from the following file: