Go to the documentation of this file. 1 #ifndef __IPC_NAMESPACE_H__
2 #define __IPC_NAMESPACE_H__
13 #define IPCNS_MEMCHANGED 0x00000001
14 #define IPCNS_CREATED 0x00000002
15 #define IPCNS_REMOVED 0x00000003
17 #define IPCNS_CALLBACK_PRI 0
93 #ifdef CONFIG_POSIX_MQUEUE
119 #define MIN_QUEUESMAX 1
120 #define DFLT_QUEUESMAX 256
121 #define HARD_QUEUESMAX 1024
124 #define DFLT_MSGMAX 10
125 #define HARD_MSGMAX 65536
126 #define MIN_MSGSIZEMAX 128
127 #define DFLT_MSGSIZE 8192U
128 #define DFLT_MSGSIZEMAX 8192
129 #define HARD_MSGSIZEMAX (16*1024*1024)
134 #if defined(CONFIG_IPC_NS)
165 #ifdef CONFIG_POSIX_MQUEUE_SYSCTL