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" --- cpukit/score/inline/rtems/score/states.inl | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'cpukit/score/inline/rtems/score/states.inl') diff --git a/cpukit/score/inline/rtems/score/states.inl b/cpukit/score/inline/rtems/score/states.inl index fad8ce727c..555972c19c 100644 --- a/cpukit/score/inline/rtems/score/states.inl +++ b/cpukit/score/inline/rtems/score/states.inl @@ -27,7 +27,7 @@ * passed in. The result is returned to the user in current_state. */ -STATIC INLINE States_Control _States_Set ( +RTEMS_INLINE_ROUTINE States_Control _States_Set ( States_Control states_to_set, States_Control current_state ) @@ -45,7 +45,7 @@ STATIC INLINE States_Control _States_Set ( * passed in. The result is returned to the user in current_state. */ -STATIC INLINE States_Control _States_Clear ( +RTEMS_INLINE_ROUTINE States_Control _States_Clear ( States_Control states_to_clear, States_Control current_state ) @@ -63,7 +63,7 @@ STATIC INLINE States_Control _States_Clear ( * state is READY, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_ready ( +RTEMS_INLINE_ROUTINE boolean _States_Is_ready ( States_Control the_states ) { @@ -80,7 +80,7 @@ STATIC INLINE boolean _States_Is_ready ( * set in the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_only_dormant ( +RTEMS_INLINE_ROUTINE boolean _States_Is_only_dormant ( States_Control the_states ) { @@ -97,7 +97,7 @@ STATIC INLINE boolean _States_Is_only_dormant ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_dormant ( +RTEMS_INLINE_ROUTINE boolean _States_Is_dormant ( States_Control the_states ) { @@ -114,7 +114,7 @@ STATIC INLINE boolean _States_Is_dormant ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_suspended ( +RTEMS_INLINE_ROUTINE boolean _States_Is_suspended ( States_Control the_states ) { @@ -131,7 +131,7 @@ STATIC INLINE boolean _States_Is_suspended ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_transient ( +RTEMS_INLINE_ROUTINE boolean _States_Is_transient ( States_Control the_states ) { @@ -148,7 +148,7 @@ STATIC INLINE boolean _States_Is_transient ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_delaying ( +RTEMS_INLINE_ROUTINE boolean _States_Is_delaying ( States_Control the_states ) { @@ -165,7 +165,7 @@ STATIC INLINE boolean _States_Is_delaying ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_buffer ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_buffer ( States_Control the_states ) { @@ -182,7 +182,7 @@ STATIC INLINE boolean _States_Is_waiting_for_buffer ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_segment ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_segment ( States_Control the_states ) { @@ -199,7 +199,7 @@ STATIC INLINE boolean _States_Is_waiting_for_segment ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_message ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_message ( States_Control the_states ) { @@ -216,7 +216,7 @@ STATIC INLINE boolean _States_Is_waiting_for_message ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_event ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_event ( States_Control the_states ) { @@ -233,7 +233,7 @@ STATIC INLINE boolean _States_Is_waiting_for_event ( * is set in the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_mutex ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_mutex ( States_Control the_states ) { @@ -250,7 +250,7 @@ STATIC INLINE boolean _States_Is_waiting_for_mutex ( * is set in the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_semaphore ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_semaphore ( States_Control the_states ) { @@ -267,7 +267,7 @@ STATIC INLINE boolean _States_Is_waiting_for_semaphore ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_time ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_time ( States_Control the_states ) { @@ -284,7 +284,7 @@ STATIC INLINE boolean _States_Is_waiting_for_time ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_rpc_reply ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_rpc_reply ( States_Control the_states ) { @@ -301,7 +301,7 @@ STATIC INLINE boolean _States_Is_waiting_for_rpc_reply ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_for_period ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_for_period ( States_Control the_states ) { @@ -319,7 +319,7 @@ STATIC INLINE boolean _States_Is_waiting_for_period ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_locally_blocked ( +RTEMS_INLINE_ROUTINE boolean _States_Is_locally_blocked ( States_Control the_states ) { @@ -337,7 +337,7 @@ STATIC INLINE boolean _States_Is_locally_blocked ( * the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_waiting_on_thread_queue ( +RTEMS_INLINE_ROUTINE boolean _States_Is_waiting_on_thread_queue ( States_Control the_states ) { @@ -354,7 +354,7 @@ STATIC INLINE boolean _States_Is_waiting_on_thread_queue ( * that a task is blocked is set in the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Is_blocked ( +RTEMS_INLINE_ROUTINE boolean _States_Is_blocked ( States_Control the_states ) { @@ -372,7 +372,7 @@ STATIC INLINE boolean _States_Is_blocked ( * are set in the_states, and FALSE otherwise. */ -STATIC INLINE boolean _States_Are_set ( +RTEMS_INLINE_ROUTINE boolean _States_Are_set ( States_Control the_states, States_Control mask ) -- cgit v1.2.3