summaryrefslogtreecommitdiffstats
path: root/testsuite/mutex01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace RTEMS objects with custom implementationSebastian Huber2014-09-231-0/+520
Performance analysis revealed that the standard RTEMS objects are a major bottleneck. The object get mechanism and attribute checks at runtime have a significant overhead. Use a custom implementation for synchronization primitives. This drops also the size of the synchronization primitives considerably.