Re: [PATCH] [RFC] Fix pthread timeout handling and cancellation issues

2013-02-03 Thread Samuel Thibault
Samuel Thibault, le Sun 03 Feb 2013 01:52:20 +0100, a écrit : > Richard Braun, le Sat 02 Feb 2013 16:44:20 +0100, a écrit : > > diff --git a/sysdeps/mach/hurd/pt-docancel.c > > b/sysdeps/mach/hurd/pt-docancel.c > > index 105c6fd..b3a5507 100644 > > --- a/sysdeps/mach/hurd/pt-docancel.c > > +++ b/s

Re: [PATCH] [RFC] Fix pthread timeout handling and cancellation issues

2013-02-03 Thread Samuel Thibault
Richard Braun, le Sat 02 Feb 2013 16:44:20 +0100, a écrit : > diff --git a/sysdeps/mach/hurd/pt-docancel.c b/sysdeps/mach/hurd/pt-docancel.c > index 105c6fd..b3a5507 100644 > --- a/sysdeps/mach/hurd/pt-docancel.c > +++ b/sysdeps/mach/hurd/pt-docancel.c > @@ -36,6 +36,8 @@ __pthread_do_cancel (struc

Re: [PATCH] [RFC] Fix pthread timeout handling and cancellation issues

2013-01-24 Thread Richard Braun
On Thu, Jan 24, 2013 at 12:14:44AM +0100, Richard Braun wrote: > diff --git a/pthread/pt-cancel.c b/pthread/pt-cancel.c > index d19c557..3698cce 100644 > --- a/pthread/pt-cancel.c > +++ b/pthread/pt-cancel.c > @@ -31,9 +31,31 @@ pthread_cancel (pthread_t t) >if (! p) > return ESRCH; > >