mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:43:28 +08:00
Standardization of some function headers.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
* deallocates any system resources allocated by the system for use by
|
||||
* this task for its message queue.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* mqdes - Message queue descriptor.
|
||||
* group - Group that has the open descriptor.
|
||||
*
|
||||
@@ -122,7 +122,7 @@ int nxmq_close_group(mqd_t mqdes, FAR struct task_group_s *group)
|
||||
* via this mqdes, this attachment will be removed and the message queue
|
||||
* is available for another process to attach a notification.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* mqdes - Message queue descriptor.
|
||||
*
|
||||
* Returned Value:
|
||||
@@ -173,7 +173,7 @@ int mq_close(mqd_t mqdes)
|
||||
* Description:
|
||||
* Release a reference count on a message queue inode.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* inode - The message queue inode
|
||||
*
|
||||
* Returned Value:
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@
|
||||
* message queue remains usable until it is closed by a successful call to
|
||||
* mq_close().
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* mq_name - Name of the queue to open
|
||||
* oflags - open flags
|
||||
* Optional parameters. When the O_CREAT flag is specified, two optional
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
* removal of the message queue is postponed until all references to the
|
||||
* message queue have been closed.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* mq_name - Name of the message queue
|
||||
*
|
||||
* Returned Value:
|
||||
|
||||
+1
-1
@@ -77,7 +77,7 @@ extern "C"
|
||||
* Description:
|
||||
* Release a reference count on a message queue inode.
|
||||
*
|
||||
* Parameters:
|
||||
* Input Parameters:
|
||||
* inode - The message queue inode
|
||||
*
|
||||
* Returned Value:
|
||||
|
||||
Reference in New Issue
Block a user