From 503dc05890731954e899d63a8baecabac573e22b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jul 1996 14:20:03 +0000 Subject: switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" --- c/src/exec/score/inline/rtems/score/coremutex.inl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'c/src/exec/score/inline/rtems/score/coremutex.inl') diff --git a/c/src/exec/score/inline/rtems/score/coremutex.inl b/c/src/exec/score/inline/rtems/score/coremutex.inl index 537d6f7e5f..21d7a12c05 100644 --- a/c/src/exec/score/inline/rtems/score/coremutex.inl +++ b/c/src/exec/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 ) { -- cgit v1.2.3