RTEMS CPU Kit with SuperCore  4.11.3
Functions
threadchangepriority.c File Reference

Changes the Priority of a Thread. More...

#include <rtems/score/threadimpl.h>
#include <rtems/score/schedulerimpl.h>
Include dependency graph for threadchangepriority.c:

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...
 

Detailed Description

Changes the Priority of a Thread.