From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 033CA385624C; Fri, 16 Jun 2023 07:51:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 033CA385624C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686901861; bh=drQXdc5UO34uIfihy9GRqaWHi1ZnwMKJAWWFrFGRriw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uFiepT2WCt6eX6mJ9UZmPkfGp+thhVudtEZv3uqdwuJZeUr1WvfX5SauFfCp8aHyz +rwLyJFqYomso0qQpq2gxONWsykAgM9fq1l+8PAPdoQ/w8FlsoJam/br8kNEbGKR8U APfGYAqTt+6qsup2WWvaZ6LrFiQ0ewBq4sQeWRSc= From: "stsp at users dot sourceforge.net" To: glibc-bugs@sourceware.org Subject: [Bug libc/30558] SIGEV_THREAD is badly implemented Date: Fri, 16 Jun 2023 07:51:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stsp at users dot sourceforge.net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30558 --- Comment #5 from Stas Sergeev --- And looking into SIGEV_THREAD_ID I wonder how to get tid from pthread_t if glibc doesn't provide pthread_getthreadid_np() function. So it seems, SIGEV_SIGNAL is the only viable option where you can at least use timer_getoverrun() safely? I might be really missing something obvious here. --=20 You are receiving this mail because: You are on the CC list for the bug.=