位置:首页 > 其他技术 > Unix/Linux系统调用 > ipc()函数 Unix/Linux

ipc()函数 Unix/Linux

ipc - 系统V IPC系统调用

内容简介

int ipc(unsigned int call, int first, int second, 
int third, void *ptr, long fifth); 

描述

ipc() is a common kernel entry point for the System V IPC calls for messages, semaphores, and shared memory. call determines which IPC function to invoke; the other arguments are passed through to the appropriate call.

User programs should call the appropriate functions by their usual names. Only standard library implementors and kernel hackers need to know about ipc().

遵循于

ipc() 是Linux特有的,并应在拟移植的程序不能使用。

另请参阅