On Thu, Jun 9, 2016 at 9:17 AM, Sebastian Huber
wrote:
> On 08/06/16 19:32, Gedare Bloom wrote:
>>
>> In threadqenqueue.c:101 the error path will remove the timer and
>> unblock the thread.
>>
>> 1) The condition for this error is that the wait flags did not match
>> the expected value. This means
On 08/06/16 19:32, Gedare Bloom wrote:
In threadqenqueue.c:101 the error path will remove the timer and
unblock the thread.
1) The condition for this error is that the wait flags did not match
the expected value. This means some other change occurred in the
thread wait status. I don't even know