Unix-system-calls-ipc
提供:Dev Guides
[top]#
|http://www.google.com/[Google] | a|
Web | This Site |
選択した読書
Copyright©2014 by finddevguides |
[cols=",,,,,,,",] |
| | Home | | References | | Discussion Forums | | About TP
[width="100%",cols="100%",] |
a| == ipc()-Unix、Linuxシステムコール
[[File:]] image :http://www.finddevguides.com/images/next.gif [next] image:http://www.finddevguides.com/add- this.gif [AddThisソーシャルブックマークボタン]
広告
NAME
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固有であり、移植を目的としたプログラムでは使用しないでください。
関連項目
- msgctl(2)
- msgget(2)
- msgrcv(2)
- msgsnd(2)
- semctl(2)
- semget(2)
- semop(2)
- shmat(2)
- shmctl(2)
- shmdt(2)
- shmget(2)
[[File:]] image :http://www.finddevguides.com/images/next.gif [next] [[File:]]
広告
|
[cols="^",] |
|Advertisements