summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/cond.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-13 20:51:15 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-13 20:51:15 -0500
commita0e6c73850390b97a1f620173fa78802440d2168 (patch)
treea97f2dd238a89461175a223490b5821a92993bdc /cpukit/posix/include/rtems/posix/cond.h
parentlibcsupport: Doxygen enhancement task #9 (diff)
downloadrtems-a0e6c73850390b97a1f620173fa78802440d2168.tar.bz2
posix: Doxygen enhancement task #4
http://www.google-melange.com/gci/task/view/google/gci2012/7955219
Diffstat (limited to 'cpukit/posix/include/rtems/posix/cond.h')
-rw-r--r--cpukit/posix/include/rtems/posix/cond.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/cond.h b/cpukit/posix/include/rtems/posix/cond.h
index 4b22dff942..b089abe4a9 100644
--- a/cpukit/posix/include/rtems/posix/cond.h
+++ b/cpukit/posix/include/rtems/posix/cond.h
@@ -17,6 +17,12 @@
#ifndef _RTEMS_POSIX_COND_H
#define _RTEMS_POSIX_COND_H
+/**
+ * @defgroup POSIX_COND_VARS Condition Variables
+ *
+ * @ingroup POSIX
+ */
+/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -56,6 +62,8 @@ POSIX_EXTERN Objects_Information _POSIX_Condition_variables_Information;
extern const pthread_condattr_t _POSIX_Condition_variables_Default_attributes;
/*
+ * @brief Initialization Necessary for this Manager
+ *
* _POSIX_Condition_variables_Manager_initialization
*
* DESCRIPTION:
@@ -125,6 +133,8 @@ RTEMS_INLINE_ROUTINE bool _POSIX_Condition_variables_Is_null (
);
/*
+ * @brief Implements wake up version of the "signal" operation
+ *
* _POSIX_Condition_variables_Signal_support
*
* DESCRIPTION:
@@ -174,6 +184,6 @@ POSIX_Condition_variables_Control *_POSIX_Condition_variables_Get (
#ifdef __cplusplus
}
#endif
-
+/**@}*/
#endif
/* end of include file */