[Bug libc/30558] SIGEV_THREAD is badly implemented
fweimer at redhat dot com via Glibc-bugs <[email protected]> Fri, 10 Jul 2026 14:20:48 +0000
| Newsgroups | gmane.comp.lib.glibc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=30558
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat dot com
--- Comment #31 from Florian Weimer <fweimer at redhat dot com> ---
I think changing from multiple threads to a single serialized thread is quite
drastic and may not be what applications expect.
Error reporting can be added to the existing implementation, by incrementing a
counter on pthread_create failure and returning the sum of this counter and the
kernel counter in timer_getoverrun, I believe.
--
You are receiving this mail because:
You are on the CC list for the bug.