From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14490 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Support SIGEV_THREAD_ID Date: Thu, 1 Aug 2019 12:45:20 -0400 Message-ID: <20190801164520.GG9017@brightrain.aerifal.cx> References: <87h870hn0g.fsf@oldenburg2.str.redhat.com> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="177474"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-14506-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 01 18:45:36 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1htECu-000k4j-CJ for gllmg-musl@m.gmane.org; Thu, 01 Aug 2019 18:45:36 +0200 Original-Received: (qmail 26410 invoked by uid 550); 1 Aug 2019 16:45:33 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 26359 invoked from network); 1 Aug 2019 16:45:33 -0000 Content-Disposition: inline In-Reply-To: <87h870hn0g.fsf@oldenburg2.str.redhat.com> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14490 Archived-At: On Thu, Aug 01, 2019 at 06:24:31PM +0200, Florian Weimer wrote: > * James Y. Knight: > > > There seems to be some debate in glibc over whether this API should be > > supported, due to the long-standing debate about "pthread_t" vs > > "kernel tid" APIs. (And this API uses kernel tids, of course.) > > The debate is over and has been decided in favor of supporting TIDs. We > just have a backlog of interfaces for which we need to add support. > > Fortunately, C++ is standardizing stackless coroutines, so this has not > been proven to be a mistake. Good to know. I think we can go forward with doing the same then, providing the interfaces to get and use tids. Rich