summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/asrimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Add SMP support for signalsSebastian Huber2013-08-271-18/+34
| | | | | | Add and use _ASR_Get_posted_signals(). The post-switch handler is not protected by disabled thread dispatching. Use proper SMP lock for signal management.
* rtems: Create asr implementation headerSebastian Huber2013-07-231-0/+126
Move implementation specific parts of asr.h and asr.inl into new header file asrimpl.h. The asr.h contains now only the application visible API.