Implementation of a new Resource Sharing Protocol

Malte Münch mamu at stablerock.de
Thu Nov 15 16:02:32 UTC 2018


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"?
> 


More information about the devel mailing list