<snip>
Well, you'll want Thread::Exit and Thread::Signal. Set up a signal handler for a specfic signal, and let that do an exit() (with Thread::Exit, that will only exit the thread).
Linux system and not stop all threads?To confirm - this approach can be used to exit specific threads on a
Yep.
Liz