RTEMS 6.1-rc4
|
This source file contains the implementation of rtems_task_set_priority(). More...
#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>
Functions | |
rtems_status_code | rtems_task_set_priority (rtems_id id, rtems_task_priority new_priority, rtems_task_priority *old_priority_p) |
Sets the real priority or gets the current priority of the task. | |
This source file contains the implementation of rtems_task_set_priority().