函数逻辑报告 |
Source Code:kernel\exit.c |
Create Date:2022-07-27 10:03:18 |
Last Modify:2020-03-17 11:17:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:child_wait_callback
函数原型:static int child_wait_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
wait_queue_entry_t * | wait | |
unsigned | mode | |
int | sync | |
void * | key |
1404 | 如果非eligible_pid(wo, p)则返回:0 |
1407 | 如果wo_flags按位与Don't wait on children of other threads in this group 且private不等于 Recipient of SIGCHLD, wait4() reports: 则返回:0 |
1410 | 返回:default_wake_function(wait, mode, sync, key) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |