?? rtf_ipc_destroy.2
字號:
.\".\" Copyright (C) 1997 Jerry Epplin. All rights reserved..\".\" Permission is granted to make and distribute verbatim copies of this.\" manual provided the copyright notice and this permission notice are.\" preserved on all copies..\".\" Permission is granted to copy and distribute modified versions of this.\" manual under the conditions for verbatim copying, provided that the.\" entire resulting derived work is distributed under the terms of a.\" permission notice identical to this one.\" .\" The author assumes no responsibility for errors or omissions, or for.\" damages resulting from the use of the information contained herein..\" .\" Formatted or processed versions of this manual, if unaccompanied by.\" the source, must acknowledge the copyright and authors of this work..\".TH RTF_IPC_DESTROY 2 "15 August 1997" "rt_ipc" "rt_ipc".SH NAMErtf_ipc_destroy \- destroy a real-time fifo.SH SYNOPSIS.nf.B #define MODULE.B #include <linux/module.h> .B #include <linux/kernel.h> .B #include <linux/version.h> .B #include <linux/errno.h> .B #include <linux/rtf.h> .B #include "rt_ipc.h".fi.sp.BI "int rtf_ipc_destroy(unsigned int " fifo ");.SH DESCRIPTION.B rtf_ipc_destroyremoves a real-time fifo (RT-FIFO) previously created with.BR rtf_ipc_create(2)..I fifois then available for reuse by another call to.BR rtf_ipc_create(2)..PPThe rt_ipc RT-FIFO is a mechanism, implemented as a character device, tocommunicate between real-time tasks and ordinary Linux processes. It isbased on the Real-Time Linux RT-FIFO mechanism. Thertf_* functions are used by the real-time tasks; Linux processes usestandard character device access functions such as.BR read(2) ,.BR write(2) ,and.BR select(2) ..SH "RETURN VALUE"On success, 0 is returned. On failure, a negative value is returnedas described below..SH ERRORS.IP \fB-EINVAL\fP.I fifois not a valid RT-FIFO identifier..SH "AUTHOR"Jerry Epplin <JerryEpplin@worldnet.att.net>.SH "SEE ALSO".BR rtf_ipc_create (2), .BR rtf_receive (2), .BR rtf_send (2)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -