This source file contains the implementation of _Thread_Cancel(), _Thread_Change_life(), _Thread_Close(), _Thread_Exit(), _Thread_Join(), _Thread_Kill_zombies(), _Thread_Restart(), and _Thread_Set_life_protection().
More...
|
void | _Thread_Kill_zombies (void) |
| Kills all zombie threads in the system. More...
|
|
Status_Control | _Thread_Join (Thread_Control *the_thread, States_Control waiting_for_join, Thread_Control *executing, Thread_queue_Context *queue_context) |
| Joins the currently executing thread with the thread. More...
|
|
Thread_Cancel_state | _Thread_Cancel (Thread_Control *the_thread, Thread_Control *executing, Thread_Life_state life_states_to_clear) |
| Cancels the thread. More...
|
|
Status_Control | _Thread_Close (Thread_Control *the_thread, Thread_Control *executing, Thread_queue_Context *queue_context) |
| Closes the thread. More...
|
|
RTEMS_NO_RETURN void | _Thread_Exit (void *exit_value, Thread_Life_state life_states_to_set) |
| Exits the currently executing thread. More...
|
|
Status_Control | _Thread_Restart (Thread_Control *the_thread, const Thread_Entry_information *entry, ISR_lock_Context *lock_context) |
| Restarts the thread. More...
|
|
Thread_Life_state | _Thread_Change_life (Thread_Life_state life_states_to_clear, Thread_Life_state life_states_to_set, Thread_Life_state ignored_life_states) |
| Changes the life of currently executing thread. More...
|
|
Thread_Life_state | _Thread_Set_life_protection (Thread_Life_state state) |
| Set the thread to life protected. More...
|
|