| 函数逻辑报告 | 
| Source Code: kernel\exit.c | Create Date:2022-07-27 10:03:24 | 
| Last Modify:2020-03-17 11:17:32 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:kernel_waitid
函数原型:static long kernel_waitid(int which, pid_t upid, struct waitid_info *infop, int options, struct rusage *ru)
返回类型:long
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| int | which | |
| pid_t | upid | |
| struct waitid_info * | infop | |
| int | options | |
| struct rusage * | ru | 
| 1501 | 如果非options按位与WEXITED按位或WSTOPPED按位或WCONTINUED的值的值则返回:负EINVAL | 
| 1505 | 当:which恒等于First argument to waitid: | 
| 1514 | 退出 | 
| 1522 | 否则pid等于get_task_pid(当前进程, 进程组) | 
| 1524 | 退出 | 
| 1534 | 默认 | 
| 1535 | 返回:负EINVAL | 
| 1546 | 返回:ret | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |