summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmcontext01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix warningsSebastian Huber2015-03-051-1/+1
|
* tmtests/tmcontext01: Improve cache dirty functionSebastian Huber2014-09-111-14/+24
| | | | Increment by cache line size to allow more cycles per second.
* tmtests/tmcontext01: Improve cache dirty functionSebastian Huber2014-09-081-4/+7
|
* tmtests/tmcontext01: Plot a legendSebastian Huber2014-09-051-6/+20
|
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-1/+1
| | | | | | Rename rtems_smp_get_processor_count() in rtems_get_processor_count(). Make rtems_get_processor_count() a function in uni-processor configurations to enable ABI compatibility with SMP configurations.
* tmtests/tmcontext01: Use <rtems/test.h>Sebastian Huber2014-03-251-11/+5
|
* tmtests: convert to test.hbjorn larsson2014-03-251-0/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-1/+1
|
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-1/+3
|
* score: Add local context to SMP lock APISebastian Huber2014-03-111-3/+3
| | | | | | | | | | | Add a local context structure to the SMP lock API for acquire and release pairs. This context can be used to store the ISR level and profiling information. It may be later used to enable more sophisticated lock algorithms, e.g. MCS locks. There is only one lock that cannot be used with a local context. This is the per-CPU lock since here we would have to transfer the local context through a context switch which is very complicated.
* tmtests/tmcontext01: New testSebastian Huber2014-02-285-0/+596