ipc() - Unix 和 Linux 系统调用 - 技术教程
Tutorials Point


  Unix 初学者指南
  Unix Shell 编程
  高级 Unix
  Unix 有用参考
  Unix 有用资源
  精选阅读

版权所有 © 2014 tutorialspoint



  首页     参考     讨论论坛     关于 TP  

ipc() - Unix 和 Linux 系统调用


previous next AddThis Social Bookmark Button

广告

名称

ipc - System V IPC 系统调用

语法

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

描述

ipc() 是 System V IPC 调用(用于消息、信号量和共享内存)的常用内核入口点。call 确定要调用的 IPC 函数;其他参数将传递到相应的调用中。

用户程序应通过其通常名称调用相应的函数。只有标准库实现者和内核黑客需要了解ipc()。

符合标准

ipc() 是 Linux 特定的,不应在旨在可移植的程序中使用。

参见



previous next Printer Friendly

广告


  

广告



广告
© . All rights reserved.