34 #if defined(RTEMS_MULTIPROCESSING) 42 Objects_Thread_queue_Extract_callout proxy_extract_callout;
44 id = the_thread->
Wait.remote_id;
46 proxy_extract_callout = the_information->extract;
48 if ( proxy_extract_callout != NULL )
49 (*proxy_extract_callout)( the_thread, id );
Thread_Wait_information Wait
static __inline__ bool _States_Is_waiting_for_rpc_reply(States_Control the_states)
Checks if WAITING_FOR_TIME state is set.
Objects_Information * _Objects_Get_information_id(Objects_Id id)
Gets information of an object from an ID.
Inlined Routines in the Object Handler.
Constants and Structures Associated with the Manipulation of Objects.
void _Thread_queue_Extract_with_proxy(Thread_Control *the_thread)
_Thread_queue_Extract_with_proxy
States_Control current_state
Inlined Routines Associated with Thread State Information.
void _Thread_queue_Extract(Thread_Control *the_thread)
Extracts thread from thread queue.
static __inline__ bool _States_Is_locally_blocked(States_Control the_states)
Checks if the state is blocked waiting on a local resource.