Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c1035 u32SemaphoreID = semget(*pu32SemKey, 0, IPC_CREAT | PERMS); // why 0 here??? in set_rpool_sem()
1039 u32SemaphoreID = semget(*pu32SemKey, SEM_NUM, IPC_CREAT | PERMS); in set_rpool_sem()
1048 u32SemaphoreID = semget(*pu32SemKey, SEM_NUM, IPC_CREAT | PERMS); in set_rpool_sem()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dipc.h26 #define IPC_CREAT 01000 /* Create key if key does not exist. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dipc.h24 #define IPC_CREAT 00001000 /* create if key is nonexistent */ macro
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL_SHM.c121 syncMem->id = shmget(HSL_SHMEM_KEY, sizeof(cHslSyncData), IPC_CREAT| IPC_EXCL | 0777); in InitShareMemory()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c3476 if (-1 == (_shm_id = shmget(key, u32ShmSize, IPC_CREAT| IPC_EXCL | 0777))) in MsOS_SHM_Init()
3478 if (-1 == (_shm_id = shmget(key, u32ShmSize, IPC_CREAT))) in MsOS_SHM_Init()