From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: No way out. Date: Tue, 13 Dec 2005 22:32:40 +0200 Message-ID: <8764psvitz.fsf@zagadka.de> References: <200511301616.22258.bkorb@gnu.org> <87lkz5mysf.fsf@zip.com.au> <200512042008.00333.bkorb@gnu.org> <87ek4p3ebc.fsf@zagadka.de> <87u0dlfz7i.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134506333 23975 80.91.229.2 (13 Dec 2005 20:38:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 20:38:53 +0000 (UTC) Cc: Bruce Korb , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Dec 13 21:38:43 2005 Return-path: Original-Received: from [199.232.75.2] (helo=lists.gnu.org) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmGsn-0000Dv-Cj for guile-devel@m.gmane.org; Tue, 13 Dec 2005 21:36:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmGtL-0001Sy-P9 for guile-devel@m.gmane.org; Tue, 13 Dec 2005 15:36:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmGtI-0001SO-RR for guile-devel@gnu.org; Tue, 13 Dec 2005 15:36:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmGtF-0001QS-5L for guile-devel@gnu.org; Tue, 13 Dec 2005 15:36:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmGtE-0001Q1-Un for guile-devel@gnu.org; Tue, 13 Dec 2005 15:36:49 -0500 Original-Received: from [213.243.153.36] (helo=smtp3.pp.htv.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmGvB-0003U1-Vd for guile-devel@gnu.org; Tue, 13 Dec 2005 15:38:50 -0500 Original-Received: from zagadka.ping.de (cs181072157.pp.htv.fi [82.181.72.157]) by smtp3.pp.htv.fi (Postfix) with SMTP id 41DD227AD42 for ; Tue, 13 Dec 2005 22:36:12 +0200 (EET) Original-Received: (qmail 24625 invoked by uid 1000); 13 Dec 2005 22:32:40 +0200 Original-To: Rob Browning In-Reply-To: <87u0dlfz7i.fsf@trouble.defaultvalue.org> (Rob Browning's message of "Tue, 06 Dec 2005 17:55:13 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org X-Broken-Reverse-DNS: no host name found for IP address 199.232.75.2 Xref: news.gmane.org gmane.lisp.guile.devel:5504 Archived-At: Rob Browning writes: > Marius Vollmer writes: > >> Is there a way to return an exit code with pthread_exit()? > > Doesn't pthread allow that directly? > > Function: void pthread_exit (void *RETVAL) > > Of course you have to pthread_join() to get the value. Yes, but what if you do a pthread_exit from the last thread of the process? Who is joining that? -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel