阻塞信号

发布于 2024-10-21 12:20:10 字数 55 浏览 4 评论 0原文

信号处理程序的默认行为是什么。当它执行时,它会阻止相同的信号吗?

问候, 初级。

What is the default behavior of signal handler. While it executes, does it block the same signal ?

Regards,
Jrp.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云归处 2024-10-28 12:20:10

这取决于 sa_mask 项的内容以及 struct sigactionsa_flags 项中是否存在 SA_NODEFER传递给 sigaction(2)

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文