summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpmulticast01/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add _SMP_Broadcast_action()Sebastian Huber2019-05-201-8/+32
|
* smptests: Move SMP broadcast action test caseSebastian Huber2019-05-201-11/+78
|
* smpmulticast01: Use T_TEST_CASE()Sebastian Huber2019-05-201-22/+27
|
* score: More robust _SMP_Multicast_action()Sebastian Huber2019-04-121-3/+0
| | | | | | If the caller already disabled interrupts, then do not disable thread dispatching. Calling _SMP_Multicast_action() with interrupts disabled is a questionable use case.
* score: Improve _SMP_Multicast_action()Sebastian Huber2019-04-121-46/+94
| | | | Let it work during system initialization.
* score: Rework SMP multicast actionSebastian Huber2019-04-121-0/+3
| | | | | Use a FIFO list of jobs per processor to carry out the SMP multicast action. Use a done indicator per job to reduce the bus traffic a bit.
* score: Use processor mask in _SMP_Multicast_actionSebastian Huber2019-04-121-0/+288
Processor_mask is the internal data type to deal with processor sets.