HomeSort by: relevance | last modified time | path
    Searched defs:MSG_KEY (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libc/sys/
t_msgctl.c 51 #define MSG_KEY 12345689
66 if ((id = msgget(MSG_KEY, 0)) != -1)
85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
125 id = msgget(MSG_KEY, IPC_CREAT | 0600);
199 id = msgget(MSG_KEY, IPC_CREAT | 0600);
265 id = msgget(MSG_KEY, IPC_CREAT | 0600);
312 id = msgget(MSG_KEY, IPC_CREAT | 0600);
367 id = msgget(MSG_KEY, IPC_CREAT | 0600);
t_msgget.c 49 #define MSG_KEY 12345689
58 if ((id = msgget(MSG_KEY, 0)) != -1)
76 id = msgget(MSG_KEY, IPC_CREAT | 0600);
83 if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) != -1)
92 id = msgget(MSG_KEY, IPC_CREAT | 0600);
123 if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) == -1)
134 id = msgget(MSG_KEY, 0);
165 id = msgget(MSG_KEY, IPC_CREAT | 0600);
213 buf[i] = msgget(MSG_KEY + i, IPC_CREAT | IPC_EXCL | 0600);
229 buf[i] = msgget(MSG_KEY + i, IPC_CREAT | IPC_EXCL | 0600)
    [all...]
t_msgrcv.c 51 #define MSG_KEY 1234
69 if ((id = msgget(MSG_KEY, 0)) != -1)
85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
115 id = msgget(MSG_KEY, IPC_CREAT | 0600);
161 id = msgget(MSG_KEY, IPC_CREAT | 0600);
214 id = msgget(MSG_KEY, IPC_CREAT | 0600);
253 id = msgget(MSG_KEY, IPC_CREAT | 0600);
314 id = msgget(MSG_KEY, IPC_CREAT | 0600);
349 id = msgget(MSG_KEY, IPC_CREAT | 0600);
t_msgsnd.c 51 #define MSG_KEY 1234
68 if ((id = msgget(MSG_KEY, 0)) != -1)
85 id = msgget(MSG_KEY, IPC_CREAT | 0600);
137 id = msgget(MSG_KEY, IPC_CREAT | 0600);
181 id = msgget(MSG_KEY, IPC_CREAT | 0600);
226 id = msgget(MSG_KEY, IPC_CREAT | 0600);
275 id = msgget(MSG_KEY, IPC_CREAT | 0600);
295 id = msgget(MSG_KEY, 0);
346 id = msgget(MSG_KEY, IPC_CREAT | 0600);

Completed in 14 milliseconds