summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/coresem.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/inline/coresem.inl7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/score/inline/coresem.inl b/c/src/exec/score/inline/coresem.inl
index 53f7d68595..6f82318d10 100644
--- a/c/src/exec/score/inline/coresem.inl
+++ b/c/src/exec/score/inline/coresem.inl
@@ -21,6 +21,10 @@
*
* _CORE_semaphore_Is_priority
*
+ * DESCRIPTION:
+ *
+ * This function returns TRUE if the priority attribute is
+ * enabled in the attribute_set and FALSE otherwise.
*/
STATIC INLINE boolean _CORE_semaphore_Is_priority(
@@ -34,6 +38,9 @@ STATIC INLINE boolean _CORE_semaphore_Is_priority(
*
* _CORE_semaphore_Get_count
*
+ * DESCRIPTION:
+ *
+ * This routine returns the current count associated with the semaphore.
*/
STATIC INLINE unsigned32 _CORE_semaphore_Get_count(