From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id +tUTCFGZS2DraAAAWB0awg (envelope-from ) for ; Fri, 12 Mar 2021 11:39:45 -0500 Received: by simark.ca (Postfix, from userid 112) id 136701EF78; Fri, 12 Mar 2021 11:39:45 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id AB8181E793 for ; Fri, 12 Mar 2021 11:39:44 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 45BDC398D04D; Fri, 12 Mar 2021 16:39:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45BDC398D04D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1615567184; bh=YG56lSGUMGsGFVVi37x5A20oJqf1CT/mhOBFVhDzj9Y=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=pocLbusDmFNV1S8rdWwsMrJIyu2QeXC2zPQZhUeYQVKZA5ID3ILc8SqdocdeV/AHB VSpSiUV6tlUWX9TO8CGwjwbuYUs47V6B+2w9GUaCb9PQkFYe5RG8V0/UcR6OIgAbf9 z4PFdTRKpn8FSUkm/09FWbOHdh6WbRPz8AFvws4A= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id DE3E83842421 for ; Fri, 12 Mar 2021 16:39:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DE3E83842421 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-588-v1emvnm-N3KA1sYq2NsjNQ-1; Fri, 12 Mar 2021 11:39:40 -0500 X-MC-Unique: v1emvnm-N3KA1sYq2NsjNQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1556B192D786; Fri, 12 Mar 2021 16:39:39 +0000 (UTC) Received: from [10.33.36.129] (unknown [10.33.36.129]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5EAA3610F0; Fri, 12 Mar 2021 16:39:38 +0000 (UTC) Subject: Re: Accessing pthread_key_create thread-specific data To: Florian Weimer , Tom Tromey References: <874khg5xxn.fsf@oldenburg.str.redhat.com> <87wnuc2wqb.fsf@tromey.com> <87mtv84b1g.fsf@oldenburg.str.redhat.com> Message-ID: <033cf667-4479-5dfe-971c-276b95631acc@redhat.com> Date: Fri, 12 Mar 2021 16:39:37 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <87mtv84b1g.fsf@oldenburg.str.redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrew Dinn via Gdb Reply-To: Andrew Dinn Cc: Florian Weimer via Gdb Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" On 12/03/2021 16:00, Florian Weimer via Gdb wrote: > * Tom Tromey: >> As far as I know, these aren't used and I think have never been used. > > Thanks for conforming. I have never heard Tom accused of that before ;-) regards, Andrew Dinn -----------