?? rt_task_ipc_delete.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 RT_TASK_IPC_DELETE 2 "26 July 1997" "rt_ipc" "rt_ipc".SH NAMErt_task_ipc_delete \- delete a real-time task created with rt_task_ipc_init.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 rt_task_ipc_delete(RT_TASK_IPC * " task ");.SH DESCRIPTION.B rt_task_ipc_deletedeletes a real-time task previously created by a call to.BR rt_task_ipc_init..B rt_task_ipc_deleteshould be used instead of the standard Real-Time Linux function.B rt_task_deletefor tasks created with .BR rt_task_ipc_create ..I taskis the structure with which the task was originally created.If the task was blocked at an.BR rt_sem_wait ,.BR rt_mq_send ,or.B rt_mq_receivecall, the task is removed from the semaphore or message queue wait queue..SH "RETURN VALUE"On success, 0 is returned. On failure, a negative value is returnedas described below..SH ERRORS.IP \fB-EINVAL\fP.I taskdoes not refer to a valid task..SH "AUTHOR"Jerry Epplin <JerryEpplin@worldnet.att.net>.SH "SEE ALSO".BR rt_mq_destroy (2),.BR rt_mq_init (2),.BR rt_mq_receive (2),.BR rt_mq_send (2),.BR rt_task_delete (2),.BR rt_task_ipc_init (2), .BR rt_sem_destroy (2), .BR rt_sem_init (2), .BR rt_sem_post (2), .BR rt_sem_trywait (2), .BR rt_sem_wait (2),
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -