ACE  6.0.6
Namespaces | Defines
OS_NS_sys_shm.h File Reference
#include "ace/config-all.h"
#include "ace/os_include/sys/os_shm.h"

Namespaces

namespace  ACE_OS
 

This namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems.


Defines

#define ACE_EXPORT_MACRO   ACE_Export

Functions

void * ACE_OS::shmat (int int_id, const void *shmaddr, int shmflg)
int ACE_OS::shmctl (int int_id, int cmd, struct shmid_ds *buf)
int ACE_OS::shmdt (const void *shmaddr)
int ACE_OS::shmget (key_t key, size_t size, int flags)

Detailed Description

Id:
OS_NS_sys_shm.h 93359 2011-02-11 11:33:12Z mcorino
Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...

Originally in OS.h.


Define Documentation

#define ACE_EXPORT_MACRO   ACE_Export
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines