From 441319db486bb55e8d346679cb13a84fd70562c4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 May 2021 08:30:59 +0200 Subject: spec: Avoid name conflicts with test support --- spec/rtems/sem/req/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'spec/rtems/sem/req/release.yml') diff --git a/spec/rtems/sem/req/release.yml b/spec/rtems/sem/req/release.yml index a55ad56f..31abb7f5 100644 --- a/spec/rtems/sem/req/release.yml +++ b/spec/rtems/sem/req/release.yml @@ -559,7 +559,7 @@ test-setup: ); T_rsc_success( sc ); - SetScheduler( + SetWorkerScheduler( ctx, HELPER_OTHER, ctx->other_scheduler_id, @@ -637,7 +637,7 @@ test-support: | } #if defined(RTEMS_SMP) - static void SetScheduler( + static void SetWorkerScheduler( const Context *ctx, WorkerKind worker, rtems_id scheduler_id, @@ -677,13 +677,13 @@ test-support: | static void BlockMrsP( Context *ctx ) { if ( CanUseThirdScheduler() ) { - SetScheduler( + SetWorkerScheduler( ctx, BLOCKER_A, ctx->third_scheduler_id, PRIO_HIGH ); - SetScheduler( + SetWorkerScheduler( ctx, BLOCKER_C, ctx->third_scheduler_id, @@ -805,7 +805,7 @@ test-support: | #if defined(RTEMS_SMP) if ( !IsPrioCeiling( ctx ) ) { - SetScheduler( + SetWorkerScheduler( ctx, BLOCKER_B, ctx->other_scheduler_id, @@ -911,13 +911,13 @@ test-support: | #if defined(RTEMS_SMP) if ( IsMrsP( ctx ) ) { - SetScheduler( + SetWorkerScheduler( ctx, BLOCKER_A, ctx->runner_scheduler_id, PRIO_HIGH ); - SetScheduler( + SetWorkerScheduler( ctx, BLOCKER_C, ctx->runner_scheduler_id, @@ -932,7 +932,7 @@ test-support: | #if defined(RTEMS_SMP) if ( !IsPrioCeiling( ctx ) ) { - SetScheduler( + SetWorkerScheduler( ctx, BLOCKER_B, ctx->runner_scheduler_id, -- cgit v1.2.3