From dev-return-11338-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Mar 15 19:36:01 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 97066 invoked from network); 15 Mar 2004 19:36:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Mar 2004 19:36:01 -0000 Received: (qmail 53673 invoked by uid 500); 15 Mar 2004 19:35:38 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 53607 invoked by uid 500); 15 Mar 2004 19:35:38 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 53474 invoked from network); 15 Mar 2004 19:35:37 -0000 Mime-Version: 1.0 (Apple Message framework v612) In-Reply-To: <1079379041.4056046178c06@webmail.mydomain.com> References: <1079379041.4056046178c06@webmail.mydomain.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Aaron Bannert Subject: Re: testglobalmutex.c Date: Mon, 15 Mar 2004 11:35:41 -0800 To: dev@apr.apache.org X-Mailer: Apple Mail (2.612) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mar 15, 2004, at 11:30 AM, rbb@rkbloom.net wrote: > Yeah, but rather than add a showstopper, I am just going to fix this > today. It > is on my list of things to fix ASAP. Part of me wishes we didn't have the lock mechanism in the main apr_*_mutex_create() functions, so that they could just be fully portable. Then we could move the lockmech stuff into apr_*_mutex_create_np() and child_init_np() functions. -aaron