I mean something like:

while (resource blocked) {
        // nothing
}

instead of

while (resource blocked) {
        // help other tasks
}
On 15.11.18 16:44, Sebastian Huber wrote:
> On 15/11/2018 16:42, Malte Münch wrote:
>> Hello,
>>
>> i am fiddling around with the mrsp-implementation for a while now. But
>> until now i am not able to divide the codeparts and understand what each
>> thing is doing. I am particularly interested in the part where the
>> helping mechanism is enabled. I want to replace it in a way that the
>> task is idling instead.
> 
> What do you mean with "task is idling"?
> 
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to