This is the mail archive of the
libc-alpha@sourceware.cygnus.com
mailing list for the glibc project.
Re: LinuxThreads timed condition wait patch.
- To: libc-alpha at sourceware dot cygnus dot com
- Subject: Re: LinuxThreads timed condition wait patch.
- From: Kaz Kylheku <kaz at ashi dot footprints dot net>
- Date: Fri, 11 Feb 2000 10:35:09 -0800 (PST)
On Sat, 5 Feb 2000, Kaz Kylheku wrote:
> Date: Sat, 5 Feb 2000 05:38:11 -0800 (PST)
> From: Kaz Kylheku <kaz@ashi.footprints.net>
> To: libc-alpha@sourceware.cygnus.com
> Subject: LinuxThreads timed condition wait patch.
>
>
> This is a patch to simplify the handling of signal interruptions
> of a timed condition variable wait. It is necessary to remain sleeping
> while handling signals until the condition is signaled or the time
> specified in the pthread_cond_timedwait call passes.
I hate to be a nagging nuisance, but is anyone looking at this? ;)