summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/tqdata.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
commit503dc05890731954e899d63a8baecabac573e22b (patch)
treec93178f7485d46cb9c10865f9d3bcf33dc9df2f9 /c/src/exec/score/inline/tqdata.inl
parentchanged version (diff)
downloadrtems-503dc05890731954e899d63a8baecabac573e22b.tar.bz2
switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/inline/tqdata.inl8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/score/inline/tqdata.inl b/c/src/exec/score/inline/tqdata.inl
index c7d8630062..901cdcc2ba 100644
--- a/c/src/exec/score/inline/tqdata.inl
+++ b/c/src/exec/score/inline/tqdata.inl
@@ -27,7 +27,7 @@
* a thread of the_priority should be placed.
*/
-STATIC INLINE unsigned32 _Thread_queue_Header_number (
+RTEMS_INLINE_ROUTINE unsigned32 _Thread_queue_Header_number (
Priority_Control the_priority
)
{
@@ -45,7 +45,7 @@ STATIC INLINE unsigned32 _Thread_queue_Header_number (
* group chain, and FALSE if the search should start at the rear.
*/
-STATIC INLINE boolean _Thread_queue_Is_reverse_search (
+RTEMS_INLINE_ROUTINE boolean _Thread_queue_Is_reverse_search (
Priority_Control the_priority
)
{
@@ -61,7 +61,7 @@ STATIC INLINE boolean _Thread_queue_Is_reverse_search (
* This function returns the number of threads waiting on this thread queue.
*/
-STATIC INLINE unsigned32 _Thread_queue_Get_number_waiting (
+RTEMS_INLINE_ROUTINE unsigned32 _Thread_queue_Get_number_waiting (
Thread_queue_Control *the_thread_queue
)
{
@@ -78,7 +78,7 @@ STATIC INLINE unsigned32 _Thread_queue_Get_number_waiting (
* entering a critical section.
*/
-STATIC INLINE void _Thread_queue_Enter_critical_section (
+RTEMS_INLINE_ROUTINE void _Thread_queue_Enter_critical_section (
Thread_queue_Control *the_thread_queue
)
{