On Tue, Sep 27, 2011 at 7:27 PM, niXman wrote:
> 2011/9/26 xunxun
>> On 2011/9/26 3:15, niXman wrote:
>>
>> All greetings!
>> Tell me please, is there any information about the plans on implementation
>> SEH of exceptions? Where it is possible to learn about the plans on its
>> implementation?
>>
2012/7/26 Roger Pack
> > Hmm, by looking at this I see that the issue might be a
> > raise-condition about spin-locking. Means too much threads try to get
> > spinlock-lock repeatively. So that one (or more) waiting threads
> > simply don't get a chance to get the lock. I saw that pthread-win3
> Hmm, by looking at this I see that the issue might be a
> raise-condition about spin-locking. Means too much threads try to get
> spinlock-lock repeatively. So that one (or more) waiting threads
> simply don't get a chance to get the lock. I saw that pthread-win32
> uses here for spin-locking