[rtems-central commit] spec: Fix synchronization issues

Sebastian Huber sebh at rtems.org
Wed Apr 17 09:27:23 UTC 2024


Module:    rtems-central
Branch:    master
Commit:    7568b9c997ebbb8f59e77406b81e28868d4fdcff
Changeset: http://git.rtems.org/rtems-central/commit/?id=7568b9c997ebbb8f59e77406b81e28868d4fdcff

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr 17 11:19:50 2024 +0200

spec: Fix synchronization issues

---

 spec/score/sched/smp/val/smp.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spec/score/sched/smp/val/smp.yml b/spec/score/sched/smp/val/smp.yml
index 610b30f9..fb106cd6 100644
--- a/spec/score/sched/smp/val/smp.yml
+++ b/spec/score/sched/smp/val/smp.yml
@@ -972,6 +972,7 @@ test-support: |
     SetScheduler( ctx->worker_id[ WORKER_C ], SCHEDULER_B_ID, PRIO_HIGH );
     SetPriority( ctx->worker_id[ WORKER_A ], PRIO_NORMAL );
     MakeBusy( ctx, WORKER_C );
+    WaitForBusy( ctx, WORKER_C );
     MakeBusy( ctx, WORKER_A );
   }
 



More information about the vc mailing list