Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Mon, 9 Apr 2001 13:39:06 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: lists in cygwin1.dll Message-ID: <20010409133906.B31564@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <006101c0c0d5$5cb6e130$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <006101c0c0d5$5cb6e130$0200a8c0@lifelesswks>; from robert.collins@itdomain.com.au on Mon, Apr 09, 2001 at 07:13:36PM +1000 On Mon, Apr 09, 2001 at 07:13:36PM +1000, Robert Collins wrote: >Is there a generic thread-safe list class in cygwin1.dll? No. I've started writing one a couple of times but have always ended up abandoning the linked list in favor of some other structure. So, feel free to write one. cgf