summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/priority.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1997-04-151-1/+7
| | | | | of lowest priority with the RTEMS IDLE thread. This was causing the lowest priority GNAT Ada task to never run.
* switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1996-07-031-3/+3
|
* added comments to priority.h to document the definition of posix priorityJoel Sherrill1996-06-051-1/+5
| | | | | | and how it corresponds to rtems core priority. Schedule was renamed schedparam
* posix support initially addedJoel Sherrill1995-09-261-0/+34