RTEMS  5.0.0
Functions
threadsetstate.c File Reference

Sets States for a Thread. More...

#include <rtems/score/threadimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/schedulerimpl.h>

Functions

States_Control _Thread_Set_state_locked (Thread_Control *the_thread, States_Control state)
 
States_Control _Thread_Set_state (Thread_Control *the_thread, States_Control state)
 Sets the specified thread state. More...
 

Detailed Description

Sets States for a Thread.