On 08/13/2015 11:06 AM, Tor Lillqvist wrote: > Trying to "exit cleanly" is so last century. Apps should just _exit(). In a multithreaded app, in general there needs to be communication among the threads about process termination, no matter whether termination is done via exit() or _exit().