[PATCH v5] linux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558, 27895, 29705, 32833)
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Tue May 5 15:50:00 GMT 2026
On 05/05/26 12:39, Adhemerval Zanella wrote:
> The current timer_create SIGEV_THREAD implementation has some
> downsides:
Sigh, forgot to git add the Copyright years fix..
> diff --git a/rt/tst-timer6.c b/rt/tst-timer6.c
> new file mode 100644
> index 00000000000..4eee7421246
> --- /dev/null
> +++ b/rt/tst-timer6.c
> @@ -0,0 +1,79 @@
> +/* Check re-use timer id for SIGEV_THREAD (BZ 32833)
> + Copyright (C) 2025 Free Software Foundation, Inc.
s/2025/s2026
> diff --git a/rt/tst-timer7.c b/rt/tst-timer7.c
> new file mode 100644
> index 00000000000..edfebfec1f9
> --- /dev/null
> +++ b/rt/tst-timer7.c
> @@ -0,0 +1,91 @@
> +/* Check if thread local storage is reset on each SIGEV_THREAD trigger.
> + Copyright (C) 2025 Free Software Foundation, Inc.
s/2025/s2026
More information about the Libc-alpha
mailing list