Home
last modified time | relevance | path

Searched refs:IPC_RMID (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dipc.h31 #define IPC_RMID 0 /* Remove identifier. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dipc.h38 #define IPC_RMID 0 /* remove resource */ macro
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL_SHM.c161 if(0 != shmctl(syncMem->id, IPC_RMID, NULL)) in FreeShareMemory()