Re: [libav-devel] [PATCH 1/1] fixup! w32threads: wait for the waked thread in pthread_cond_signal.

2011-12-22 Thread Sergey Radionov
On 23.12.2011 13:55, Alexander Strange wrote: On Thu, Dec 22, 2011 at 10:49 PM, Ronald S. Bultje wrote: Hi, On Thu, Dec 22, 2011 at 7:37 PM, Sergey Radionov wrote: added forgotten ResetEvent to pthread_cond_broadcast. added "volatile" to broadcast flag (since it using from multiple thread

Re: [libav-devel] [PATCH 1/1] fixup! w32threads: wait for the waked thread in pthread_cond_signal.

2011-12-22 Thread Alexander Strange
On Thu, Dec 22, 2011 at 10:49 PM, Ronald S. Bultje wrote: > Hi, > > On Thu, Dec 22, 2011 at 7:37 PM, Sergey Radionov wrote: >> >> added forgotten ResetEvent to pthread_cond_broadcast. >> added "volatile" to broadcast flag (since it using from multiple threads). >> --- >>  libavcodec/w32pthreads.h

Re: [libav-devel] [PATCH 1/1] fixup! w32threads: wait for the waked thread in pthread_cond_signal.

2011-12-22 Thread Sergey Radionov
2011/12/23 Ronald S. Bultje : > Hi, > > On Thu, Dec 22, 2011 at 7:37 PM, Sergey Radionov wrote: >> >> added forgotten ResetEvent to pthread_cond_broadcast. >> added "volatile" to broadcast flag (since it using from multiple threads). >> --- >>  libavcodec/w32pthreads.h |    3 ++- >>  1 files chang

Re: [libav-devel] [PATCH 1/1] fixup! w32threads: wait for the waked thread in pthread_cond_signal.

2011-12-22 Thread Ronald S. Bultje
Hi, On Thu, Dec 22, 2011 at 7:37 PM, Sergey Radionov wrote: > added forgotten ResetEvent to pthread_cond_broadcast. > added "volatile" to broadcast flag (since it using from multiple threads). > --- > libavcodec/w32pthreads.h |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) LGTM

[libav-devel] [PATCH 1/1] fixup! w32threads: wait for the waked thread in pthread_cond_signal.

2011-12-22 Thread Sergey Radionov
added forgotten ResetEvent to pthread_cond_broadcast. added "volatile" to broadcast flag (since it using from multiple threads). --- libavcodec/w32pthreads.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libavcodec/w32pthreads.h b/libavcodec/w32pthreads.h index 3cdbc2c