From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: Some introductory docs about C level threading Date: Wed, 02 Feb 2005 14:18:14 +0100 Message-ID: References: <20050122123719.GA15432@www> <20050125090646.GA4039@www> <87vf9lbiv7.fsf@trouble.defaultvalue.org> <20050126090540.GA8742@www> <20050202093108.GA18736@www> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107350703 7366 80.91.229.2 (2 Feb 2005 13:25:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 13:25:03 +0000 (UTC) Cc: guile-user@gnu.org, Rob Browning Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 02 14:25:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CwKV0-0006T7-4i for guile-user@m.gmane.org; Wed, 02 Feb 2005 14:24:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwKi7-0002B8-SQ for guile-user@m.gmane.org; Wed, 02 Feb 2005 08:38:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwKdY-0007gb-Jw for guile-user@gnu.org; Wed, 02 Feb 2005 08:33:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwKdV-0007cF-BZ for guile-user@gnu.org; Wed, 02 Feb 2005 08:33:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwKdU-0007VK-4J for guile-user@gnu.org; Wed, 02 Feb 2005 08:33:36 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwKOf-0002cF-2a for guile-user@gnu.org; Wed, 02 Feb 2005 08:18:17 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 4B56E44234; Wed, 2 Feb 2005 14:18:16 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23889-03; Wed, 2 Feb 2005 14:18:15 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 21EB844233; Wed, 2 Feb 2005 14:18:15 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id C2F31B99C; Wed, 2 Feb 2005 14:18:14 +0100 (CET) Original-To: tomas@fabula.de In-Reply-To: <20050202093108.GA18736@www> (tomas@fabula.de's message of "Wed, 2 Feb 2005 10:31:08 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org X-MailScanner-To: guile-user@m.gmane.org Xref: main.gmane.org gmane.lisp.guile.user:4206 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4206 tomas@fabula.de writes: > Yes. I think this looks very nice. Some might argue for something more > abstract than an integer (a signal_t or whatnot) -- I wouldn't oppose, > but I'm very happy with what you propose. Yes, I started with scm_t_signal_token, but the OS signal identifiers are already ints and when we want to mix them, we need to use ints as well. I am not starting to work on this immediately, tho. Anyone? Tomas? The file to look at would be scmsigs.c _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user