POSIX Threads-breakpoint suspension policy

2010-02-17 Thread ItaiS
their own breakpoint if they encounter one. How do I change it? Thanks -- View this message in context: http://old.nabble.com/POSIX-Threads-breakpoint-suspension-policy-tp27621181p27621181.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http

Re: Programming problem with POSIX threads and stdout

2004-09-29 Thread Mauro Brunato
Mauro. - Original Message - From: "Brian Ford" <[EMAIL PROTECTED]> To: "Mauro Brunato" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 6:09 PM Subject: Re: Programming problem with POSIX threads and stdout On Wed, 29 Sep 2004, Maur

Re: Programming problem with POSIX threads and stdout

2004-09-29 Thread Brian Ford
On Wed, 29 Sep 2004, Mauro Brunato wrote: > The following has probably already been noticed by someone, Yup. > but I could not find any reference (at least, comprehensible to me), so > I apologize if my problem has already been taken care of. How 'bout this thread?: http://cygwin.com/ml/cygwin

Programming problem with POSIX threads and stdout

2004-09-29 Thread Mauro Brunato
The following has probably already been noticed by someone, but I could not find any reference (at least, comprehensible to me), so I apologize if my problem has already been taken care of. Consider the following code: #include #include #include void *mythread (void *p) {

Re: RE: posix threads

2003-01-17 Thread Timothy C Prince
-Original Message- From: "Lane, Frank L" <[EMAIL PROTECTED]> To: cygwin <[EMAIL PROTECTED]> Date: Fri, 17 Jan 2003 17:53:41 -0600 Subject: RE: posix threads Hi Mike, I don't know how the different version are cross-referenced but uname tells me I'm runni

RE: posix threads

2003-01-17 Thread Lane, Frank L
, there is pthread.h in my CYGWIN include directory. Frank -Original Message- From: Michael D. Berger & Rosalie A. Clavez [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 5:09 PM To: cygwin Subject: posix threads Does g++ (gcc) under Cygwin support posix threads? I have Cygwin wit

posix threads

2003-01-17 Thread Michael D. Berger & Rosalie A. Clavez
Does g++ (gcc) under Cygwin support posix threads? I have Cygwin with gcc 2.95.3-5, and I can't find any *.h files for threads. Thanks for your help Mike. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Document

Re: Did I hear you folks might be interested in POSIX threads?

2002-01-07 Thread Christopher Faylor
On Tue, Jan 08, 2002 at 09:58:40AM +1100, Robert Collins wrote: >From: "Mark Paulus" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, January 08, 2002 4:30 AM >Subject: Re: Did I hear you folks might be interested in POSIX threads? > > >&g

Re: Did I hear you folks might be interested in POSIX threads?

2002-01-07 Thread Robert Collins
=== - Original Message - From: "Mark Paulus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 4:30 AM Subject: Re: Did I hear you folks might be interested in POSIX threads? > Where do we stand with pthreads support? I ran into >

Re: Did I hear you folks might be interested in POSIX threads?

2002-01-07 Thread Mark Paulus
Where do we stand with pthreads support? I ran into this on the debian hurd list, and thought we (cygwin) might be interested in this as well. Unfortunately, I'm not sure where we are on licensing issues concerning glibc, etc. On Tue, 11 Dec 2001 11:00:31 -0500, Bill Abt wrote: > >I'm the mai