Re: Fw: [isocpp-parallel] WG14 n3917 - Program termination in the presence of multiple threads
Florian Weimer <[email protected]> Tue, 14 Jul 2026 22:16:27 +0200
| Newsgroups | org.kernel.vger.linux-toolchains |
|---|---|
| Message-ID | <[email protected]> |
* Paul E. McKenney: > Just FYI. Unless I am missing something, this would not affect the > Linux kernel. But I could be missing something... This seems to require new behavior? * SYS_tkill and SYS_tgkill with signal SIGABRT terminate the current thread or a group of threads abnormally The proposal is a bit weird to me. It seems to discourage using an atexit handler to shut down a service thread (by synchronizing with it). Thanks, Florian