This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: C11 threads ABI questions - enum values
- From: Rich Felker <dalias at libc dot org>
- To: Juan Manuel Torres Palma <j dot m dot torrespalma at gmail dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 26 Aug 2014 10:09:28 -0400
- Subject: Re: C11 threads ABI questions - enum values
- Authentication-results: sourceware.org; auth=none
- References: <20140727203825 dot GA13146 at brightrain dot aerifal dot cx> <CAD82F-r-Pan8fuDQ0v=bbRnaiKz7Gxp6DfC7+0jebL987-EmRA at mail dot gmail dot com> <20140818194942 dot GT12888 at brightrain dot aerifal dot cx> <CAD82F-oQo0E5bV803gG=HNhxaBTHTcyEK-D4TjeDdX15q4bA6w at mail dot gmail dot com>
On Tue, Aug 26, 2014 at 01:19:27PM +0200, Juan Manuel Torres Palma wrote:
> I agree with the values chosen, and the error codes make sense to me.
>
> The thrd_timedout should be the exit value when a thread can't finish
> in a given time right?
No, it's for timedwait operations that timeout.
Rich