RE: problem with mutexattr initialisation

2002-12-01 Thread Ralf Habacker
> -Original Message- > From: Robert Collins [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 01, 2002 10:19 PM > To: Ralf Habacker > Cc: cygwin > Subject: Re: problem with mutexattr initialisation > > > On Sat, 2002-11-30 at 12:28, Ralf Habacker wrote: >

Re: problem with mutexattr initialisation

2002-12-01 Thread Robert Collins
On Sat, 2002-11-30 at 12:28, Ralf Habacker wrote: > Hi, > > while porting the threaded qt-3 release to cygwin, it seems to me, that there is > a bug in the current pthread implementation. What version of cygwin? Rob -- --- GPG key available at: http://users.bigpond.net.au/robertc/keys.txt. ---

problem with mutexattr initialisation

2002-11-29 Thread Ralf Habacker
Hi, while porting the threaded qt-3 release to cygwin, it seems to me, that there is a bug in the current pthread implementation. The problem: Parts of the qt-3 thread initialisation code (which works under linux) look like below: pthread_mutexattr_t attr; pthread_mutexattr_ini