函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:16:54 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__set_current_blocked
函数原型:void __set_current_blocked(const sigset_t *newset)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const sigset_t * | newset |
2911 | 如果sigequalsets( & 需要阻塞的信号, newset)则返回 |
2914 | spin_lock_irq( & siglock) |
2915 | __set_task_blocked(tsk, newset) |
2916 | spin_unlock_irq( & siglock) |
名称 | 描述 |
---|---|
set_current_blocked | set_current_blocked - change current->blocked mask*@newset: new mask* It is wrong to change ->blocked directly, this helper should be used* to ensure the process can't miss a shared signal we are going to block. |
sigprocmask | This is also useful for kernel threads that want to temporarily* (or permanently) block certain signals.* NOTE! Unlike the user-mode sys_sigprocmask(), the kernel* interface happily blocks "unblockable" signals like SIGKILL* and friends. |
restore_saved_sigmask |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |