wip smp test code. does no "real" work currently, but pretends to issue work to worke...
commit7d7298e8676bacf2f99a2c9cf4a963b21c985ae6
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 21 Feb 2017 15:59:00 +0000 (21 15:59 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 21 Feb 2017 15:59:00 +0000 (21 15:59 +0000)
tree4d0151055bfd21de41942dcb7ff19132fbf53fc0
parent517e2b0e90dea71f355158821bbd732fe317f096
wip smp test code. does no "real" work currently, but pretends to issue work to workers on each core, waits for them to finish and cleans up.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53820 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
test/exec/smp/main.c [new file with mode: 0644]
test/exec/smp/master.c [new file with mode: 0644]
test/exec/smp/mmakefile.src [new file with mode: 0644]
test/exec/smp/work.h [new file with mode: 0644]
test/exec/smp/worker.c [new file with mode: 0644]