RTEMS
|
Sets States for a Thread. More...
#include <rtems/score/threadimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/schedulerimpl.h>
Go to the source code of this file.
Functions | |
States_Control | _Thread_Set_state_locked (Thread_Control *the_thread, States_Control state) |
Sets the specified thread state without locking the lock context. More... | |
States_Control | _Thread_Set_state (Thread_Control *the_thread, States_Control state) |
Sets the specified thread state. More... | |
Sets States for a Thread.
Definition in file threadsetstate.c.