38#ifndef _RTEMS_POSIX_PRIORITYIMPL_H
39#define _RTEMS_POSIX_PRIORITYIMPL_H
61#define POSIX_SCHEDULER_MINIMUM_PRIORITY (1)
71static inline int _POSIX_Priority_Get_maximum(
This header file provides the interfaces of the Assert Handler.
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.
Definition: psxpriorityisvalid.c:43
int _POSIX_Priority_From_core(const Scheduler_Control *scheduler, Priority_Control priority)
Converts the SuperCore priority to the corresponding POSIX API priority.
Definition: psxpriorityisvalid.c:61
#define _Assert(_e)
Assertion similar to assert() controlled via RTEMS_DEBUG instead of NDEBUG and static analysis runs.
Definition: assert.h:96
uint64_t Priority_Control
The thread priority control.
Definition: priority.h:91
This header file provides interfaces of the Scheduler Handler which are used by the implementation an...
Scheduler control.
Definition: scheduler.h:335
Priority_Control maximum_priority
The maximum priority value of this scheduler.
Definition: scheduler.h:352