RTEMS
5.0.0
|
Inlined Routines Associated with Thread State Information. More...
Go to the source code of this file.
Functions | |
RTEMS_INLINE_ROUTINE States_Control | _States_Set (States_Control states_to_set, States_Control current_state) |
RTEMS_INLINE_ROUTINE States_Control | _States_Clear (States_Control states_to_clear, States_Control current_state) |
RTEMS_INLINE_ROUTINE bool | _States_Is_ready (States_Control the_states) |
RTEMS_INLINE_ROUTINE bool | _States_Is_dormant (States_Control the_states) |
RTEMS_INLINE_ROUTINE bool | _States_Is_suspended (States_Control the_states) |
RTEMS_INLINE_ROUTINE bool | _States_Is_waiting_for_rpc_reply (States_Control the_states) |
RTEMS_INLINE_ROUTINE bool | _States_Is_waiting_for_join_at_exit (States_Control the_states) |
RTEMS_INLINE_ROUTINE bool | _States_Is_interruptible_by_signal (States_Control the_states) |
RTEMS_INLINE_ROUTINE bool | _States_Is_locally_blocked (States_Control the_states) |
Inlined Routines Associated with Thread State Information.
This file contains the static inline implementation of the inlined routines associated with thread state information.