summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/inline/rtems/posix/priority.inl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1997-04-151-3/+3
| | | | | 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 to document the definition of posix priorityJoel Sherrill1996-06-051-0/+8
| | | | and how it corresponds to rtems core priority.
* cleaned up spacing and parenthesesJoel Sherrill1996-05-291-2/+2
|
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+3
|
* posix support initially addedJoel Sherrill1995-09-261-0/+26