Be consistent... Use Name: consistent in function headers vs Function:

This commit is contained in:
Gregory Nutt
2017-04-21 16:33:14 -06:00
parent 2c4800f511
commit d5207efb5a
213 changed files with 730 additions and 730 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_getaffinity
* Name: pthread_attr_getaffinity
*
* Description:
*
+1 -1
View File
@@ -49,7 +49,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_getinheritsched
* Name: pthread_attr_getinheritsched
*
* Description:
* Report whether the scheduling info in the pthread
+1 -1
View File
@@ -50,7 +50,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_getschedparam
* Name: pthread_attr_getschedparam
*
* Description:
*
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_getschedpolicy
* Name: pthread_attr_getschedpolicy
*
* Description:
* Obtain the scheduling algorithm attribute.
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_getstacksize
* Name: pthread_attr_getstacksize
*
* Description:
*
+1 -1
View File
@@ -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
+1 -1
View File
@@ -49,7 +49,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_setaffinity
* Name: pthread_attr_setaffinity
*
* Description:
*
+1 -1
View File
@@ -50,7 +50,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_setinheritsched
* Name: pthread_attr_setinheritsched
*
* Description:
* Indicate whether the scheduling info in the pthread
+1 -1
View File
@@ -50,7 +50,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_setschedparam
* Name: pthread_attr_setschedparam
*
* Description:
*
+1 -1
View File
@@ -50,7 +50,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_setschedpolicy
* Name: pthread_attr_setschedpolicy
*
* Description:
* Set the scheduling algorithm attribute.
+1 -1
View File
@@ -49,7 +49,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_attr_setstacksize
* Name: pthread_attr_setstacksize
*
* Description:
*
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_condattr_destroy
* Name: pthread_condattr_destroy
*
* Description:
* Operations on condition variable attributes
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_condattr_init
* Name: pthread_condattr_init
*
* Description:
* Operations on condition variable attributes
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_destroy
* Name: pthread_mutexattr_destroy
*
* Description:
* Destroy mutex attributes.
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_getprotocol
* Name: pthread_mutexattr_getprotocol
*
* Description:
* Return the value of the mutex protocol attribute.
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_getpshared
* Name: pthread_mutexattr_getpshared
*
* Description:
* Get pshared mutex attribute.
+1 -1
View File
@@ -46,7 +46,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_getrobust
* Name: pthread_mutexattr_getrobust
*
* Description:
* Return the mutex robustneess from the mutex attributes.
+1 -1
View File
@@ -46,7 +46,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_gettype
* Name: pthread_mutexattr_gettype
*
* Description:
* Return the mutex type from the mutex attributes.
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_init
* Name: pthread_mutexattr_init
*
* Description:
* Create mutex attributes.
+1 -1
View File
@@ -49,7 +49,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_setprotocol
* Name: pthread_mutexattr_setprotocol
*
* Description:
* Set mutex protocol attribute.
+1 -1
View File
@@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_setpshared
* Name: pthread_mutexattr_setpshared
*
* Description:
* Set pshared mutex attribute.
+1 -1
View File
@@ -46,7 +46,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_setrobust
* Name: pthread_mutexattr_setrobust
*
* Description:
* Set the mutex robustness in the mutex attributes.
+1 -1
View File
@@ -46,7 +46,7 @@
****************************************************************************/
/****************************************************************************
* Function: pthread_mutexattr_settype
* Name: pthread_mutexattr_settype
*
* Description:
* Set the mutex type in the mutex attributes.