Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B66F200C4C for ; Tue, 4 Apr 2017 22:57:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 29DB0160B90; Tue, 4 Apr 2017 20:57:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7158D160B77 for ; Tue, 4 Apr 2017 22:57:14 +0200 (CEST) Received: (qmail 29081 invoked by uid 500); 4 Apr 2017 20:57:13 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 29070 invoked by uid 99); 4 Apr 2017 20:57:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2017 20:57:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 40E611A050D for ; Tue, 4 Apr 2017 20:57:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.144 X-Spam-Level: X-Spam-Status: No, score=-2.144 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.796, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id XQDLRIsz8skI for ; Tue, 4 Apr 2017 20:57:12 +0000 (UTC) Received: from resqmta-po-08v.sys.comcast.net (resqmta-po-08v.sys.comcast.net [96.114.154.167]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 97AFF5F1E9 for ; Tue, 4 Apr 2017 20:57:11 +0000 (UTC) Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) by resqmta-po-08v.sys.comcast.net with SMTP id vVVJcSBzwoI4JvVVgcvl5X; Tue, 04 Apr 2017 20:57:04 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-13v.sys.comcast.net with SMTP id vVVecm3gXDIoGvVVfcFFQ2; Tue, 04 Apr 2017 20:57:04 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r1790105 - in /apr/apr/branches/1.6.x: locks/unix/misc.c locks/unix/proc_mutex.c locks/unix/thread_mutex.c test/testlock.c From: Jim Jagielski In-Reply-To: Date: Tue, 4 Apr 2017 16:57:02 -0400 Cc: apr-dev Content-Transfer-Encoding: 7bit Message-Id: <9DB5F466-AAE0-42A1-ADE9-A96AD48A1C58@jaguNET.com> References: <20170404130903.8844D3A05CD@svn01-us-west.apache.org> To: Yann Ylavic X-Mailer: Apple Mail (2.3273) X-CMAE-Envelope: MS4wfFMM8e3h3n/+OFsKtbUNyxb+z8CslL7LIX155nQyOeC3vitu4Vu8X21cbtuh32Mte2PV9vlkPPbF7/GqTIsLZCwsHhEA6KTXu8JQPDD+p0RA2hY2zBh7 u1LqT3o4JzcZaUtxmMlsl/R+T0T6ibXcAQW01FN16IyvQT/cA90RgmhLy81+z3Go7K+xAo/4Cmzpuh6w0+tElFY9dbxMjXRF7l8= archived-at: Tue, 04 Apr 2017 20:57:15 -0000 > On Apr 4, 2017, at 4:29 PM, Yann Ylavic wrote: > > > I'm not a big fan of the "sleep" fallback implementation. > Feel free to replace it with something better.