summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/systemeventsend.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add and use _Objects_Put()Sebastian Huber2013-06-071-1/+1
| | | | | | Add and use _Objects_Put_without_thread_dispatch(). These two functions pair with the _Objects_Get() function. This helps to introduce object specific SMP locks to avoid lock contention.
* rtems: Fix system event send for remote threadsSebastian Huber2013-06-071-0/+1
|
* rtems: Add system eventsSebastian Huber2012-10-301-0/+65
System events are similar to normal events. They offer a second set of events. These events are intended for internal RTEMS use and should not be used by applications (with the exception of the transient system event).