summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smplock01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add SMP barrierSebastian Huber2014-02-171-52/+14
|
* smptests/smplock01: Use atomic operationsSebastian Huber2014-02-171-57/+41
|
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-171-6/+6
| | | | | | | | | | Add and use _SMP_Get_current_processor() and rtems_smp_get_current_processor(). Delete bsp_smp_interrupt_cpu(). Change type of current processor index from int to uint32_t to match _SMP_Processor_count type.
* score: Rename rtems_smp_get_number_of_processors()Sebastian Huber2013-06-141-2/+2
| | | | | | | | | Rename in rtems_smp_get_processor_count(). Always provide <rtems/score/smp.h> and <rtems/rtems/smp.h>. Add _SMP_Get_processor_count(). This function will be a compile time constant defined to be one on uni-processor configurations. This allows iterations over all processors without overhead on uni-processor configurations.
* smptests/smplock01: New testSebastian Huber2013-05-314-0/+461