Re: questions about _Thread_queue_Enqueue_critical error path

2016-06-09 Thread Gedare Bloom
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

Re: questions about _Thread_queue_Enqueue_critical error path

2016-06-09 Thread Sebastian Huber
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

questions about _Thread_queue_Enqueue_critical error path

2016-06-08 Thread Gedare Bloom
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 if this is possible, but if it does happ