RTEMS 6.1-rc2
|
This source file contains the implementation of rtems_semaphore_set_priority(). More...
#include <rtems/rtems/semimpl.h>
#include <rtems/rtems/tasksimpl.h>
#include <rtems/score/schedulerimpl.h>
Functions | |
rtems_status_code | rtems_semaphore_set_priority (rtems_id semaphore_id, rtems_id scheduler_id, rtems_task_priority new_priority, rtems_task_priority *old_priority) |
Sets the priority by scheduler for the semaphore. | |
This source file contains the implementation of rtems_semaphore_set_priority().