forked from Imagelibrary/rtems
committed by
Sebastian Huber
parent
283f783d5d
commit
461f118ad0
@@ -685,6 +685,7 @@ static void PrepareOwnerScheduled( Context *ctx )
|
|||||||
SetScheduler( ctx->worker_id[ WORKER_C ], SCHEDULER_B_ID, PRIO_HIGH );
|
SetScheduler( ctx->worker_id[ WORKER_C ], SCHEDULER_B_ID, PRIO_HIGH );
|
||||||
SetPriority( ctx->worker_id[ WORKER_A ], PRIO_NORMAL );
|
SetPriority( ctx->worker_id[ WORKER_A ], PRIO_NORMAL );
|
||||||
MakeBusy( ctx, WORKER_C );
|
MakeBusy( ctx, WORKER_C );
|
||||||
|
WaitForBusy( ctx, WORKER_C );
|
||||||
MakeBusy( ctx, WORKER_A );
|
MakeBusy( ctx, WORKER_A );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user