|
RTEMS CPU Kit with SuperCore
|
Changes the Priority of a Thread. More...

Functions | |
| void | _Thread_Change_priority (Thread_Control *the_thread, Priority_Control new_priority, void *arg, Thread_Change_priority_filter filter, bool prepend_it) |
| Changes the priority of a thread if allowed by the filter function. More... | |
| void | _Thread_Raise_priority (Thread_Control *the_thread, Priority_Control new_priority) |
| Raises the priority of a thread. More... | |
| void | _Thread_Restore_priority (Thread_Control *the_thread) |
| Sets the current to the real priority of a thread. More... | |
Changes the Priority of a Thread.
1.8.13