函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:15:04 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Re-calculate pending state from the set of locally pending* signals, globally pending signals, and blocked signals.
函数原型:static inline bool has_pending_signals(sigset_t *signal, sigset_t *blocked)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
sigset_t * | signal | |
sigset_t * | blocked |
132 | 默认 |
137 | 当:_NSIG_WORDS恒等于4 |
141 | 退出 |
143 | 当:_NSIG_WORDS恒等于2 |
147 | 当:_NSIG_WORDS恒等于1 |
149 | 返回:ready不等于0 |
名称 | 描述 |
---|---|
retarget_shared_pending | It could be that complete_signal() picked us to notify about the* group-wide signal. Other threads should be notified now to take* the shared signals in @which since we will not. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |