RTEMS 6.1-rc1
Functions
taskgetpriority.c File Reference

This source file contains the implementation of rtems_task_get_priority(). More...

#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>

Functions

rtems_status_code rtems_task_get_priority (rtems_id task_id, rtems_id scheduler_id, rtems_task_priority *priority)
 Gets the current priority of the task with respect to the scheduler. More...
 

Detailed Description

This source file contains the implementation of rtems_task_get_priority().