函数逻辑报告 |
Source Code:fs\signalfd.c |
Create Date:2022-07-29 10:51:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns a multiple of the size of a "struct signalfd_siginfo", or a negative* error code. The "count" parameter must be at least the size of a* "struct signalfd_siginfo".
函数原型:static ssize_t signalfd_read(struct file *file, char __user *buf, size_t count, loff_t *ppos)
返回类型:ssize_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file | |
char __user * | buf | |
size_t | count | |
loff_t * | ppos |
217 | nonblock等于f_flags按位与O_NONBLOCK |
218 | total等于0 |
221 | count除等于sizeof(structsignalfd_siginfo) |
226 | 循环 |
227 | ret等于signalfd_dequeue(ctx, & info, nonblock) |
228 | 如果此条件成立可能性小(为编译器优化)(ret <= 0)则退出 |
233 | siginfo自加 |
235 | nonblock等于1 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |