Defines

os_ipc.h File Reference

#include "ace/config-lite.h"
#include "ace/os_include/sys/os_types.h"
Include dependency graph for os_ipc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ACE_INVALID_SEM_KEY   -1
#define IPC_PRIVATE   ACE_INVALID_SEM_KEY
#define IPC_STAT   0
#define IPC_CREAT   0
#define IPC_NOWAIT   0
#define IPC_RMID   0
#define IPC_EXCL   0

Detailed Description

XSI interprocess communication access structure

Id:
os_ipc.h 80826 2008-03-04 14:51:23Z wotte
Author:
Don Hinton <dhinton@dresystems.com>
This code was originally in various places including ace/OS.h.

Definition in file os_ipc.h.


Define Documentation

#define ACE_INVALID_SEM_KEY   -1

Definition at line 42 of file os_ipc.h.

#define IPC_CREAT   0

Definition at line 54 of file os_ipc.h.

#define IPC_EXCL   0

Definition at line 66 of file os_ipc.h.

#define IPC_NOWAIT   0

Definition at line 58 of file os_ipc.h.

#define IPC_PRIVATE   ACE_INVALID_SEM_KEY

Definition at line 46 of file os_ipc.h.

#define IPC_RMID   0

Definition at line 62 of file os_ipc.h.

#define IPC_STAT   0

Definition at line 50 of file os_ipc.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines