Home
last modified time | relevance | path

Searched refs:IPC_CREAT (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/headers/posix/
Dsys_ipc_h.c50 MACRO(IPC_CREAT); in sys_ipc_h()
/bionic/libc/kernel/uapi/linux/
Dipc.h33 #define IPC_CREAT 00001000 macro
/bionic/tests/
Dsys_shm_test.cpp43 int id = shmget(key, 1234, IPC_CREAT|0666); in TEST()
Dsys_msg_test.cpp44 int id = msgget(key, IPC_CREAT|0666); in TEST()
Dsys_sem_test.cpp44 int id = semget(key, 1, IPC_CREAT|0666); in TEST()