summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/coremutex.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/coremutex.inl')
-rw-r--r--cpukit/score/inline/rtems/score/coremutex.inl12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/score/inline/rtems/score/coremutex.inl b/cpukit/score/inline/rtems/score/coremutex.inl
index 537d6f7e5f..21d7a12c05 100644
--- a/cpukit/score/inline/rtems/score/coremutex.inl
+++ b/cpukit/score/inline/rtems/score/coremutex.inl
@@ -27,7 +27,7 @@
* otherwise.
*/
-STATIC INLINE boolean _CORE_mutex_Is_locked(
+RTEMS_INLINE_ROUTINE boolean _CORE_mutex_Is_locked(
CORE_mutex_Control *the_mutex
)
{
@@ -44,7 +44,7 @@ STATIC INLINE boolean _CORE_mutex_Is_locked(
* otherwise.
*/
-STATIC INLINE boolean _CORE_mutex_Is_fifo(
+RTEMS_INLINE_ROUTINE boolean _CORE_mutex_Is_fifo(
CORE_mutex_Attributes *the_attribute
)
{
@@ -61,7 +61,7 @@ STATIC INLINE boolean _CORE_mutex_Is_fifo(
* FALSE otherwise.
*/
-STATIC INLINE boolean _CORE_mutex_Is_priority(
+RTEMS_INLINE_ROUTINE boolean _CORE_mutex_Is_priority(
CORE_mutex_Attributes *the_attribute
)
{
@@ -78,7 +78,7 @@ STATIC INLINE boolean _CORE_mutex_Is_priority(
* INHERIT_PRIORITY and FALSE otherwise.
*/
-STATIC INLINE boolean _CORE_mutex_Is_inherit_priority(
+RTEMS_INLINE_ROUTINE boolean _CORE_mutex_Is_inherit_priority(
CORE_mutex_Attributes *the_attribute
)
{
@@ -95,7 +95,7 @@ STATIC INLINE boolean _CORE_mutex_Is_inherit_priority(
* PRIORITY_CEILING and FALSE otherwise.
*/
-STATIC INLINE boolean _CORE_mutex_Is_priority_ceiling(
+RTEMS_INLINE_ROUTINE boolean _CORE_mutex_Is_priority_ceiling(
CORE_mutex_Attributes *the_attribute
)
{
@@ -112,7 +112,7 @@ STATIC INLINE boolean _CORE_mutex_Is_priority_ceiling(
* semaphore more than once and nest.
*/
-STATIC INLINE boolean _CORE_mutex_Is_nesting_allowed(
+RTEMS_INLINE_ROUTINE boolean _CORE_mutex_Is_nesting_allowed(
CORE_mutex_Attributes *the_attribute
)
{