函数逻辑报告 | 
Source Code:kernel\fork.c | 
Create Date:2022-07-27 09:57:50 | 
| Last Modify:2020-03-17 11:04:53 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Poll support for process exit notification.
函数原型:static __poll_t pidfd_poll(struct file *file, struct poll_table_struct *pts)
返回类型:__poll_t
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct file * | file | |
| struct poll_table_struct * | pts | 
| 1775 | poll_flags等于0 | 
| 1777 | poll_wait(file, & wait queue for pidfd notifications , pts) | 
| 1786 | 如果非task或进程退出时状态且thread_group_empty(task)则poll_flags等于Epoll event masks 按位或EPOLLRDNORM | 
| 1790 | 返回:poll_flags | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |