#include "ace/OS_NS_errno.h"
Include dependency graph for OS_NS_sys_shm.inl:
This graph shows which files directly or indirectly include this file:
Functions | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void * | ACE_OS::shmat (int int_id, const void *shmaddr, int shmflg) |
ACE_INLINE int | ACE_OS::shmctl (int int_id, int cmd, struct shmid_ds *buf) |
ACE_INLINE int | ACE_OS::shmdt (const void *shmaddr) |
ACE_INLINE int | ACE_OS::shmget (key_t key, size_t size, int flags) |