This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Many pthread failures in the test suite, one setgroup failure


Gah! Confused myself but good.

The pthread::create routine *is* a int returning static method. Sigh.
Ok, from the top again..

pthread_create - won't error itself
static pthread::create - will EAGAIN if pthread creation fails, and ONLY
if pthread creation fails. This uses
new pthread()
and pthread->create (create params).
and a check on object validity after the creation.

So my prior email about the logic *is* correct, just not the bit about
there being a mistake :].

So, you need to strace the api test to see what's failing.

Rob

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]