开发者

blocking signal

开发者 https://www.devze.com 2023-02-16 11:50 出处:网络
What is the defaul开发者_JS百科t behavior of signal handler. While it executes, does it block the same signal ?

What is the defaul开发者_JS百科t behavior of signal handler. While it executes, does it block the same signal ?

Regards, Jrp.


That depends on the contents of the sa_mask item and the presence of SA_NODEFER in the sa_flags item of the struct sigaction passed to sigaction(2).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号