On 19/12/14 14:53, Hesham Moustafa wrote:
On Thu, Dec 18, 2014 at 4:38 PM, Joel Sherrill
wrote:
>
>On 12/18/2014 9:40 AM, Hesham Moustafa wrote:
>>On Thu, Dec 18, 2014 at 3:38 PM, Joel Sherrill
>> wrote:
>>>
>>>On December 18, 2014 5:18:31 AM PST, Sebastian
Huber wrote:
Hello,
On Thu, Dec 18, 2014 at 4:38 PM, Joel Sherrill
wrote:
>
> On 12/18/2014 9:40 AM, Hesham Moustafa wrote:
>> On Thu, Dec 18, 2014 at 3:38 PM, Joel Sherrill
>> wrote:
>>>
>>> On December 18, 2014 5:18:31 AM PST, Sebastian Huber
>>> wrote:
Hello,
I work currently on concepts to imple
> On Dec 18, 2014, at 11:12 , Gedare Bloom wrote:
>
> In general, I would suspect any "real-time" application that uses a
> mutex with a timeout. I suppose you could construct a valid way to use
> them, such as in a low-priority task that could lose the lock, and
> thus 'checks' for the conditio
On 12/18/2014 9:40 AM, Hesham Moustafa wrote:
> On Thu, Dec 18, 2014 at 3:38 PM, Joel Sherrill
> wrote:
>>
>> On December 18, 2014 5:18:31 AM PST, Sebastian Huber
>> wrote:
>>> Hello,
>>>
>>> I work currently on concepts to implement mutex objects with SMP aware
>>> locking protocols. Currentl
On Thu, Dec 18, 2014 at 8:18 AM, Sebastian Huber
wrote:
> Hello,
>
> I work currently on concepts to implement mutex objects with SMP aware
> locking protocols. Currently this is MrsP [1] and OMIP [2]. The
> implementation should use fine grained locking. It turned out that the
> support for tim
On Thu, Dec 18, 2014 at 3:38 PM, Joel Sherrill
wrote:
>
>
> On December 18, 2014 5:18:31 AM PST, Sebastian Huber
> wrote:
>>Hello,
>>
>>I work currently on concepts to implement mutex objects with SMP aware
>>locking protocols. Currently this is MrsP [1] and OMIP [2]. The
>>implementation shoul
On December 18, 2014 5:18:31 AM PST, Sebastian Huber
wrote:
>Hello,
>
>I work currently on concepts to implement mutex objects with SMP aware
>locking protocols. Currently this is MrsP [1] and OMIP [2]. The
>implementation should use fine grained locking. It turned out that the
>
>support f
Hello,
I work currently on concepts to implement mutex objects with SMP aware
locking protocols. Currently this is MrsP [1] and OMIP [2]. The
implementation should use fine grained locking. It turned out that the
support for timeout makes the implementations much more complicated.
With tim