|
template<unsigned int V, class T , class S , std::size_t NPC, std::size_t F, unsigned char OP> |
bool | operator== (const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc1, const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc2) |
| Equality test for same type of adaptive_pool_base. More...
|
|
template<unsigned int V, class T , class S , std::size_t NPC, std::size_t F, unsigned char OP> |
bool | operator!= (const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc1, const adaptive_pool_base< V, T, S, NPC, F, OP > &alloc2) |
| Inequality test for same type of adaptive_pool_base. More...
|
|
template<unsigned int V, class T , class S , std::size_t NPC> |
bool | operator== (const node_allocator_base< V, T, S, NPC > &alloc1, const node_allocator_base< V, T, S, NPC > &alloc2) |
| Equality test for same type of node_allocator_base. More...
|
|
template<unsigned int V, class T , class S , std::size_t NPC> |
bool | operator!= (const node_allocator_base< V, T, S, NPC > &alloc1, const node_allocator_base< V, T, S, NPC > &alloc2) |
| Inequality test for same type of node_allocator_base. More...
|
|
template<unsigned int V, class T , class S , std::size_t NodesPerBlock, std::size_t F, unsigned char OP> |
bool | operator== (const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc1, const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc2) |
| Equality test for same type of private_adaptive_pool_base. More...
|
|
template<unsigned int V, class T , class S , std::size_t NodesPerBlock, std::size_t F, unsigned char OP> |
bool | operator!= (const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc1, const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc2) |
| Inequality test for same type of private_adaptive_pool_base. More...
|
|
template<unsigned int V, class T , class S , std::size_t NPC> |
bool | operator== (const private_node_allocator_base< V, T, S, NPC > &alloc1, const private_node_allocator_base< V, T, S, NPC > &alloc2) |
| Equality test for same type of private_node_allocator_base. More...
|
|
template<unsigned int V, class T , class S , std::size_t NPC> |
bool | operator!= (const private_node_allocator_base< V, T, S, NPC > &alloc1, const private_node_allocator_base< V, T, S, NPC > &alloc2) |
| Inequality test for same type of private_node_allocator_base. More...
|
|
template<int Dummy> |
void * | offset_ptr_to_raw_pointer (const volatile void *this_ptr, std::size_t offset) |
|
template<int Dummy> |
std::size_t | offset_ptr_to_offset (const volatile void *ptr, const volatile void *this_ptr) |
|
template<int Dummy> |
std::size_t | offset_ptr_to_offset_from_other (const volatile void *this_ptr, const volatile void *other_ptr, std::size_t other_offset) |
|
template<class T , class VoidAllocator , class Deleter > |
void | sp_enable_shared_from_this (shared_count< T, VoidAllocator, Deleter > const &pn, enable_shared_from_this< T, VoidAllocator, Deleter > *pe, T *ptr) |
|
template<class T , class VoidAllocator , class Deleter > |
void | sp_enable_shared_from_this (shared_count< T, VoidAllocator, Deleter > const &,...) |
|
timespec | ptime_to_timespec (const boost::posix_time::ptime &tm) |
|
bool | semaphore_open (sem_t *&handle, create_enum_t type, const char *origname, unsigned int count=0, const permissions &perm=permissions()) |
|
void | semaphore_close (sem_t *handle) |
|
bool | semaphore_unlink (const char *semname) |
|
void | semaphore_init (sem_t *handle, unsigned int initialCount) |
|
void | semaphore_destroy (sem_t *handle) |
|
void | semaphore_post (sem_t *handle) |
|
void | semaphore_wait (sem_t *handle) |
|
bool | semaphore_try_wait (sem_t *handle) |
|
bool | semaphore_timed_wait (sem_t *handle, const boost::posix_time::ptime &abs_time) |
|
bool | bytes_to_str (const void *mem, const std::size_t mem_length, char *out_str, std::size_t &out_length) |
|
void | winapi_wrapper_wait_for_single_object (void *handle) |
|
bool | winapi_wrapper_try_wait_for_single_object (void *handle) |
|
bool | winapi_wrapper_timed_wait_for_single_object (void *handle, const boost::posix_time::ptime &abs_time) |
|