RTEMS
|
RTEMS Set Task Priority. More...
#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>
Go to the source code of this file.
Functions | |
static rtems_status_code | _RTEMS_tasks_Set_priority (Thread_Control *the_thread, const Scheduler_Control *scheduler, Priority_Control new_priority, Thread_queue_Context *queue_context) |
rtems_status_code | rtems_task_set_priority (rtems_id id, rtems_task_priority new_priority, rtems_task_priority *old_priority_p) |
% More... | |
RTEMS Set Task Priority.
Definition in file tasksetpriority.c.