Re: Race condition on SIGCANCEL signal in POSIX timers

2012-09-02 Thread Denys Vlasenko
On Tuesday 28 August 2012 09:16, Carmelo AMOROSO wrote: On 28/08/2012 9.07, mail...@gmx.de wrote: I'm working with current uClibc and had problems with POSIX timers. I use the timer with SIGEV_THREAD to create one thread each timer event. It seems there is a race condition between the

Re: Race condition on SIGCANCEL signal in POSIX timers

2012-08-29 Thread Carmelo AMOROSO
On 28/08/2012 18.57, Khem Raj wrote: On Tue, Aug 28, 2012 at 12:16 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: On 28/08/2012 9.07, mail...@gmx.de wrote: Hi, Hi, [Please keep me on CC:, I'm not subscribed] I'm working with current uClibc and had problems with POSIX timers. I use

Race condition on SIGCANCEL signal in POSIX timers

2012-08-28 Thread mail654
Hi, [Please keep me on CC:, I'm not subscribed] I'm working with current uClibc and had problems with POSIX timers. I use the timer with SIGEV_THREAD to create one thread each timer event. It seems there is a race condition between the thread waiting on SIGCANCEL signal (timer_helper_thread in

Re: Race condition on SIGCANCEL signal in POSIX timers

2012-08-28 Thread Carmelo AMOROSO
On 28/08/2012 9.07, mail...@gmx.de wrote: Hi, Hi, [Please keep me on CC:, I'm not subscribed] I'm working with current uClibc and had problems with POSIX timers. I use the timer with SIGEV_THREAD to create one thread each timer event. It seems there is a race condition between the

Re: Race condition on SIGCANCEL signal in POSIX timers

2012-08-28 Thread Khem Raj
On Tue, Aug 28, 2012 at 12:16 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: On 28/08/2012 9.07, mail...@gmx.de wrote: Hi, Hi, [Please keep me on CC:, I'm not subscribed] I'm working with current uClibc and had problems with POSIX timers. I use the timer with SIGEV_THREAD to create