mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Be consistent... Use Name: consistent in function headers vs Function:
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_destroy
|
||||
* Name: pthread_attr_destroy
|
||||
*
|
||||
* Description:
|
||||
* An attributes object can be deleted when it is no longer needed.
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_getaffinity
|
||||
* Name: pthread_attr_getaffinity
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_getinheritsched
|
||||
* Name: pthread_attr_getinheritsched
|
||||
*
|
||||
* Description:
|
||||
* Report whether the scheduling info in the pthread
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_getschedparam
|
||||
* Name: pthread_attr_getschedparam
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_getschedpolicy
|
||||
* Name: pthread_attr_getschedpolicy
|
||||
*
|
||||
* Description:
|
||||
* Obtain the scheduling algorithm attribute.
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_getstacksize
|
||||
* Name: pthread_attr_getstacksize
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
@@ -66,7 +66,7 @@ const pthread_attr_t g_default_pthread_attr = PTHREAD_ATTR_INITIALIZER;
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_init
|
||||
* Name: pthread_attr_init
|
||||
*
|
||||
* Description:
|
||||
* Initializes a thread attributes object (attr) with
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_setaffinity
|
||||
* Name: pthread_attr_setaffinity
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_setinheritsched
|
||||
* Name: pthread_attr_setinheritsched
|
||||
*
|
||||
* Description:
|
||||
* Indicate whether the scheduling info in the pthread
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_setschedparam
|
||||
* Name: pthread_attr_setschedparam
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_setschedpolicy
|
||||
* Name: pthread_attr_setschedpolicy
|
||||
*
|
||||
* Description:
|
||||
* Set the scheduling algorithm attribute.
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_attr_setstacksize
|
||||
* Name: pthread_attr_setstacksize
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
/********************************************************************************
|
||||
* Function: pthread_barrierattr_destroy
|
||||
* Name: pthread_barrierattr_destroy
|
||||
*
|
||||
* Description:
|
||||
* The pthread_barrierattr_destroy() function will destroy a barrier attributes
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
/********************************************************************************
|
||||
* Function: pthread_barrierattr_getpshared
|
||||
* Name: pthread_barrierattr_getpshared
|
||||
*
|
||||
* Description:
|
||||
* The pthread_barrierattr_getpshared() function will obtain the value of the
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
/********************************************************************************
|
||||
* Function: pthread_barrierattr_init
|
||||
* Name: pthread_barrierattr_init
|
||||
*
|
||||
* Description:
|
||||
* The pthread_barrierattr_init() function will initialize a barrier attribute
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
/********************************************************************************
|
||||
* Function: pthread_barrierattr_setpshared
|
||||
* Name: pthread_barrierattr_setpshared
|
||||
*
|
||||
* Description:
|
||||
* The process-shared attribute is set to PTHREAD_PROCESS_SHARED to permit a
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_condattr_destroy
|
||||
* Name: pthread_condattr_destroy
|
||||
*
|
||||
* Description:
|
||||
* Operations on condition variable attributes
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_condattr_init
|
||||
* Name: pthread_condattr_init
|
||||
*
|
||||
* Description:
|
||||
* Operations on condition variable attributes
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_destroy
|
||||
* Name: pthread_mutexattr_destroy
|
||||
*
|
||||
* Description:
|
||||
* Destroy mutex attributes.
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_getprotocol
|
||||
* Name: pthread_mutexattr_getprotocol
|
||||
*
|
||||
* Description:
|
||||
* Return the value of the mutex protocol attribute.
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_getpshared
|
||||
* Name: pthread_mutexattr_getpshared
|
||||
*
|
||||
* Description:
|
||||
* Get pshared mutex attribute.
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_getrobust
|
||||
* Name: pthread_mutexattr_getrobust
|
||||
*
|
||||
* Description:
|
||||
* Return the mutex robustneess from the mutex attributes.
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_gettype
|
||||
* Name: pthread_mutexattr_gettype
|
||||
*
|
||||
* Description:
|
||||
* Return the mutex type from the mutex attributes.
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_init
|
||||
* Name: pthread_mutexattr_init
|
||||
*
|
||||
* Description:
|
||||
* Create mutex attributes.
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_setprotocol
|
||||
* Name: pthread_mutexattr_setprotocol
|
||||
*
|
||||
* Description:
|
||||
* Set mutex protocol attribute.
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_setpshared
|
||||
* Name: pthread_mutexattr_setpshared
|
||||
*
|
||||
* Description:
|
||||
* Set pshared mutex attribute.
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_setrobust
|
||||
* Name: pthread_mutexattr_setrobust
|
||||
*
|
||||
* Description:
|
||||
* Set the mutex robustness in the mutex attributes.
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: pthread_mutexattr_settype
|
||||
* Name: pthread_mutexattr_settype
|
||||
*
|
||||
* Description:
|
||||
* Set the mutex type in the mutex attributes.
|
||||
|
||||
Reference in New Issue
Block a user