Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <026301c0df23$bead9430$0200a8c0@lifelesswks>
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: <cygwin@cygwin.com>
References: <3B044117.19260.A47AA97@localhost> <20010517153638.A19095@redhat.com>
Subject: Re: pthread.h
Date: Fri, 18 May 2001 08:50:15 +1000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-OriginalArrivalTime: 17 May 2001 22:43:30.0375 (UTC) FILETIME=[CB944D70:01C0DF22]

More importantly, if you look at the source for pthread_cancel (which is
where pthread_cleanup* get used, you'll see that its a dummy function
right now.

Although the SUS spec recommends/suggests implementing those functions
as macros... I am at a bit of a loss on how to do it properly. (The spec
only requires the cleanup to work within the current source scope. I
think that I'm going to endup implementing a larger cleanup capability
... but that depends on my having time arrive :])

Rob


----- Original Message -----
From: "Christopher Faylor" <cgf@redhat.com>
To: <cygwin@cygwin.com>
Sent: Friday, May 18, 2001 5:36 AM
Subject: Re: pthread.h


> On Thu, May 17, 2001 at 09:22:31PM +0200, Gerrit P. Haase wrote:
> >Hallo,
> >
> >maybe someone is able to explain this part of pthread.h to me?
>
> Haven't you been around long enough to know the common answer to these
> type of questions?  Search the archives.
>
> http://sources.redhat.com/ml/cygwin/2001-05/msg00146.html
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
>
>


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

