From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: pthread fast mutexes Date: Tue, 24 Feb 2004 09:46:57 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87oerptl3i.fsf@zip.com.au> References: <87ishxv6m5.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077580398 14042 80.91.224.253 (23 Feb 2004 23:53:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Feb 2004 23:53:18 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Feb 24 00:53:08 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AvPsq-0004Bz-00 for ; Tue, 24 Feb 2004 00:53:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AvPsJ-0004hx-8d for guile-devel@m.gmane.org; Mon, 23 Feb 2004 18:52:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AvPra-0004eo-3b for guile-devel@gnu.org; Mon, 23 Feb 2004 18:51:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AvPoS-0002xP-U4 for guile-devel@gnu.org; Mon, 23 Feb 2004 18:49:08 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AvPoS-0002w1-8M for guile-devel@gnu.org; Mon, 23 Feb 2004 18:48:36 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by mx20.gnu.org with esmtp (Exim 4.30) id 1AvPnE-0008RM-2H for guile-devel@gnu.org; Mon, 23 Feb 2004 18:47:20 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1NNlALE002680; Tue, 24 Feb 2004 10:47:10 +1100 Original-Received: from localhost (ppp110.dyn248.pacific.net.au [203.143.248.110]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1NNl9cg024727; Tue, 24 Feb 2004 10:47:10 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AvPmw-0000mr-00; Tue, 24 Feb 2004 09:47:02 +1000 Original-To: djurfeldt@nada.kth.se Mail-Copies-To: never In-Reply-To: (Mikael Djurfeldt's message of "Mon, 23 Feb 2004 17:22:47 -0500") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3443 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3443 Mikael Djurfeldt writes: > > make-mutex --> make-fast-mutex > make-fair-mutex --> make-mutex That might be prudent if in the past make-mutex had been safe to various abuses. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel