1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00
Files
glibc/sysdeps
Samuel Thibault 81c4ec1ca8 htl: Make __pthread_sigmask directly call __sigthreadmask
If no thread was created yet, __pthread_sigstate will not find our ss
because self->kernel_thread is still nul, and then change the global
sigstate instead of our sigstate! We can directly call __sigthreadmask and
skip the (bogus) lookup step.
2025-03-06 02:28:35 +01:00
..
2025-02-28 16:55:18 +00:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-28 16:55:18 +00:00
2025-03-05 11:22:09 -03:00
2025-02-12 16:31:57 -03:00
2025-03-02 15:37:33 +01:00
2025-03-06 02:28:35 +01:00
2025-03-05 11:22:09 -03:00
2025-02-28 16:55:18 +00:00
2025-02-12 16:31:57 -03:00
2025-03-05 11:22:09 -03:00
2025-02-28 16:55:18 +00:00
2025-01-31 09:34:36 -03:00
2025-02-28 16:55:18 +00:00
2025-03-05 11:22:09 -03:00
2025-02-12 16:31:57 -03:00