Re: Trying to join an already exited pthread

2007-02-09 Thread youshi10
On Fri, 9 Feb 2007 [EMAIL PROTECTED] wrote: On Fri, 9 Feb 2007, Daniel Eischen wrote: On Thu, 8 Feb 2007, Garrett Cooper wrote: Actually, now that I think about it the calls I made with ps in the program are valid for Linux but not for FreeBSD (they're for getting thread listings). Hence e

Re: Trying to join an already exited pthread

2007-02-09 Thread youshi10
On Fri, 9 Feb 2007, Daniel Eischen wrote: On Thu, 8 Feb 2007, Garrett Cooper wrote: Actually, now that I think about it the calls I made with ps in the program are valid for Linux but not for FreeBSD (they're for getting thread listings). Hence error code 2. From intro(2): 2 ENOENT No

Re: Trying to join an already exited pthread

2007-02-08 Thread Garrett Cooper
Garrett Cooper wrote: Garrett Cooper wrote: Garrett Cooper wrote: On Feb 7, 2007, at 1:51 PM, Steve Watt wrote: In <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: Just wondering: If I was to try and join a pthread that already exited, would there be an error message output and/or errno se

Re: Trying to join an already exited pthread

2007-02-08 Thread Garrett Cooper
Garrett Cooper wrote: Garrett Cooper wrote: On Feb 7, 2007, at 1:51 PM, Steve Watt wrote: In <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: Just wondering: If I was to try and join a pthread that already exited, would there be an error message output and/or errno set to an error value, or