函数逻辑报告 |
Source Code:kernel\futex.c |
Create Date:2022-07-27 11:53:43 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:handle_exit_race
函数原型:static int handle_exit_race(unsigned int __user *uaddr, unsigned int uval, struct task_struct *tsk)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int __user * | uaddr | |
unsigned int | uval | |
struct task_struct * | tsk |
1219 | 如果tsk且futex_state不等于FUTEX_STATE_DEAD则返回:负EBUSY |
1251 | 如果get_futex_value_locked( & uval2, uaddr)则返回:负EFAULT |
1263 | 返回:负ESRCH |
名称 | 描述 |
---|---|
attach_to_pi_owner | Lookup the task for the TID provided from user space and attach to* it after doing proper sanity checks. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |