RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros | Functions
priorityimpl.h File Reference

POSIX Priority Support. More...

#include <rtems/score/scheduler.h>
#include <rtems/score/assert.h>

Go to the source code of this file.

Macros

#define POSIX_SCHEDULER_MINIMUM_PRIORITY   (1)
 

Functions

Priority_Control _POSIX_Priority_To_core (const Scheduler_Control *scheduler, int priority, bool *valid)
 Converts the POSIX API priority to the corresponding SuperCore priority and validates it.
 
int _POSIX_Priority_From_core (const Scheduler_Control *scheduler, Priority_Control priority)
 Converts the SuperCore priority to the corresponding POSIX API priority.
 

Detailed Description

POSIX Priority Support.

This include file defines the interface to the POSIX priority implementation.