summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/tasksimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: classic api to/from core priority conversionsDaniel Ramirez2013-12-211-0/+12
|
* score: Create object implementation headerSebastian Huber2013-07-261-0/+1
| | | | | | Move implementation specific parts of object.h and object.inl into new header file objectimpl.h. The object.h contains now only the application visible API.
* rtems: Create tasks implementation headerSebastian Huber2013-07-231-0/+142
Move implementation specific parts of tasks.h and tasks.inl into new header file tasksimpl.h. The tasks.h contains now only the application visible API.