函数逻辑报告 |
Source Code:include\linux\signal.h |
Create Date:2022-07-27 06:41:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sigismember
函数原型:static inline int sigismember(sigset_t *set, int _sig)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
sigset_t * | set | |
int | _sig |
75 | 如果_NSIG_WORDS恒等于1则返回:1按位与信号[0]右移sig位 |
名称 | 描述 |
---|---|
sig_ignored | |
flush_sigqueue_mask | Remove signals in mask from the pending set and queue.* Returns 1 if any signals were found.* All callers must be holding the siglock. |
wants_signal | Test if P wants to take SIG. After we've checked all threads with this,* it's equivalent to finding no threads not blocking SIG. Any threads not* blocking SIG were ruled out because they are not running and already* have pending signals |
complete_signal | |
legacy_queue | |
force_sig_info_to_task | Force a signal that the process can't ignore: if necessary* we unblock the signal and change any SIG_IGN to SIG_DFL.* Note: If we unblock the signal, we always reset it to SIG_DFL,* since we do not want to have a signal handler that was blocked |
sigkill_pending | Return non-zero if there is a SIGKILL that should be waking us up.* Called with the siglock held. |
ptrace_signal | |
__fatal_signal_pending |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |