RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
threadsetstate.c File Reference

This source file contains the implementation of _Thread_Set_state_locked() and _Thread_Set_state. 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)
 Sets the specified thread state without locking the lock context.
 
States_Control _Thread_Set_state (Thread_Control *the_thread, States_Control state)
 Sets the specified thread state.
 

Detailed Description

This source file contains the implementation of _Thread_Set_state_locked() and _Thread_Set_state.