summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/coresem.inl
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 09:22:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 09:22:17 +0000
commit6390256611ad02b777017640de6e8a1e9242d861 (patch)
treec6b7fe2ea3854eac97cc18394734389613b93e5e /cpukit/score/inline/rtems/score/coresem.inl
parentUpdate to gcc-4.3.2 (diff)
downloadrtems-6390256611ad02b777017640de6e8a1e9242d861.tar.bz2
Eliminate TRUE/FALSE.
Diffstat (limited to 'cpukit/score/inline/rtems/score/coresem.inl')
-rw-r--r--cpukit/score/inline/rtems/score/coresem.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl
index b44db663f9..fbb38a7cc1 100644
--- a/cpukit/score/inline/rtems/score/coresem.inl
+++ b/cpukit/score/inline/rtems/score/coresem.inl
@@ -32,11 +32,11 @@
#include <rtems/score/threadq.h>
/**
- * This function returns TRUE if the priority attribute is
- * enabled in the @a attribute_set and FALSE otherwise.
+ * This function returns true if the priority attribute is
+ * enabled in the @a attribute_set and false otherwise.
*
* @param[in] the_attribute is the attribute set to test
- * @return TRUE if the priority attribute is enabled
+ * @return true if the priority attribute is enabled
*/
RTEMS_INLINE_ROUTINE bool _CORE_semaphore_Is_priority(
CORE_semaphore_Attributes *the_attribute
@@ -60,13 +60,13 @@ RTEMS_INLINE_ROUTINE uint32_t _CORE_semaphore_Get_count(
/**
* This routine attempts to receive a unit from the_semaphore.
- * If a unit is available or if the wait flag is FALSE, then the routine
+ * If a unit is available or if the wait flag is false, then the routine
* returns. Otherwise, the calling task is blocked until a unit becomes
* available.
*
* @param[in] the_semaphore is the semaphore to obtain
* @param[in] id is the Id of the owning API level Semaphore object
- * @param[in] wait is TRUE if the thread is willing to wait
+ * @param[in] wait is true if the thread is willing to wait
* @param[in] timeout is the maximum number of ticks to block
* @param[in] level_p is a temporary variable used to contain the ISR
* disable level cookie