#include "ace/OS_NS_errno.h"
Include dependency graph for OS_NS_sys_msg.inl:
This graph shows which files directly or indirectly include this file:
Functions | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int | ACE_OS::msgctl (int msqid, int cmd, struct msqid_ds *val) |
ACE_INLINE int | ACE_OS::msgget (key_t key, int msgflg) |
ACE_INLINE ssize_t | ACE_OS::msgrcv (int int_id, void *buf, size_t len, long type, int flags) |
ACE_INLINE int | ACE_OS::msgsnd (int int_id, const void *buf, size_t len, int flags) |