RTEMS
|
Inlined Routines Associated with Thread State Information. More...
Go to the source code of this file.
Functions | |
static __inline__ States_Control | _States_Set (States_Control states_to_set, States_Control current_state) |
Returns the result of setting the states to set to the given state. More... | |
static __inline__ States_Control | _States_Clear (States_Control states_to_clear, States_Control current_state) |
Clears the states into the passed current state and returns the result. More... | |
static __inline__ bool | _States_Is_ready (States_Control the_states) |
Checks if the state is ready. More... | |
static __inline__ bool | _States_Is_dormant (States_Control the_states) |
Checks if DORMANT state is set. More... | |
static __inline__ bool | _States_Is_suspended (States_Control the_states) |
Checks if SUSPENDED state is set. More... | |
static __inline__ bool | _States_Is_waiting_for_rpc_reply (States_Control the_states) |
Checks if WAITING_FOR_TIME state is set. More... | |
static __inline__ bool | _States_Is_waiting_for_join_at_exit (States_Control the_states) |
Checks if WAITING_FOR_JOIN_AT_EXIT state is set. More... | |
static __inline__ bool | _States_Is_interruptible_by_signal (States_Control the_states) |
Checks if the state is set to be interruptible. More... | |
static __inline__ bool | _States_Is_locally_blocked (States_Control the_states) |
Checks if the state is blocked waiting on a local resource. More... | |
Inlined Routines Associated with Thread State Information.
This file contains the static inline implementation of the inlined routines associated with thread state information.
Definition in file statesimpl.h.