#include "ace/config-all.h"
#include "ace/os_include/sys/os_shm.h"
#include "ace/OS_NS_sys_shm.inl"
Namespaces | |
namespace | ACE_OS |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
#define | ACE_INLINE inline |
Functions | |
ACE_NAMESPACE_INLINE_FUNCTION void * | ACE_OS::shmat (int int_id, const void *shmaddr, int shmflg) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::shmctl (int int_id, int cmd, struct shmid_ds *buf) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::shmdt (const void *shmaddr) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::shmget (key_t key, size_t size, int flags) |
Originally in OS.h.
#define ACE_EXPORT_MACRO ACE_Export |
#define ACE_INLINE inline |