Re: Changing behaviour of pthread_cond_wait().

2017-03-07 Thread Takashi Yano
On Tue, 7 Mar 2017 15:33:06 +0100 Corinna Vinschen wrote: > I applied a patch to change the behaviour as proposed, and uploaded > new snapshots to https://cygwin.com/snapshots/ for testing. Confirmed. Thanks much. -- Takashi Yano -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Changing behaviour of pthread_cond_wait().

2017-03-07 Thread Corinna Vinschen
Hi, On Mar 7 20:43, Takashi Yano wrote: > Hello, > > I would like to propose chaging behaviour of pthread_cond_wait(). > > POSIX states as follows about pthread_cond_wait(): > If a signal is delivered to a thread waiting for a condition variable, > upon return from the signal handler the thread

Changing behaviour of pthread_cond_wait().

2017-03-07 Thread Takashi Yano
Hello, I would like to propose chaging behaviour of pthread_cond_wait(). POSIX states as follows about pthread_cond_wait(): If a signal is delivered to a thread waiting for a condition variable, upon return from the signal handler the thread resumes waiting for the condition variable as if it was