How does a program handle an interruption with several threads and signals?

后端 未结 0 1130
一向
一向 2020-11-22 01:22

Imagine I have a program with a main function that creates several threads. In each thread I redirect the CTRL + C interruption (SIGINT) to a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题