位置:首頁 > 其他技術 > 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特有的,並應在擬移植的程序不能使用。

另請參閱