summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/mpciimpl.h (follow)
AgeCommit message (Collapse)Author
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber
Use a parameter for _Thread_queue_Enqueue() instead to reduce memory usage.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-07-26score: Move mppkt implementation into mpciimpl.hSebastian Huber
2013-07-26score: Create mpci implementation headerSebastian Huber
Move implementation specific parts of mpci.h into new header file mpciimpl.h. The mpci.h contains now only the application visible API.