From cvs-return-1372-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Wed Jun 06 21:09:49 2001 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 40351 invoked by uid 500); 6 Jun 2001 21:09:42 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Delivered-To: moderator for cvs@apr.apache.org Received: (qmail 34118 invoked from network); 6 Jun 2001 18:51:31 -0000 Errors-To: Message-ID: <0a6401c0eeb9$67aaa150$94c0b0d0@roweclan.net> Reply-To: "William A. Rowe, Jr." From: "William A. Rowe, Jr." To: , References: <20010606181217.68439.qmail@apache.org> Subject: Re: cvs commit: apr/threadproc/unix thread.c Date: Wed, 6 Jun 2001 13:43:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N From: Sent: Wednesday, June 06, 2001 1:12 PM > This threw up an issue with locking, so next > > - change the locking code to add an owner and ref counting > so we can lock multiple times from the same thread. this was > needed by the apr_sms_tracking_reset code where we lock > and then call free which locks again... > > I haven't added the locking changes for os2 or win32 after > the problems I created with my last commit :) David [and anyone] - you are welcome to insert the appropriate code in os2 or win32, whenever you need. It makes it a bit more apparent what you are trying to accomplish, and a few /* XXX:Need to ... */ comments help enormously. Bill