函数逻辑报告 |
Source Code:kernel\futex.c |
Create Date:2022-07-27 11:53:35 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cmpxchg_futex_value_locked
函数原型:static int cmpxchg_futex_value_locked(unsigned int *curval, unsigned int __user *uaddr, unsigned int uval, unsigned int newval)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int * | curval | |
unsigned int __user * | uaddr | |
unsigned int | uval | |
unsigned int | newval |
790 | pagefault_enable() |
792 | 返回:ret |
名称 | 描述 |
---|---|
lock_pi_update_atomic | |
wake_futex_pi | Caller must hold a reference on @pi_state. |
fixup_pi_state_owner | |
futex_unlock_pi | Userspace attempted a TID -> 0 atomic transition, and failed.* This is the in-kernel slowpath: we look up the PI state (if any),* and do the rt-mutex unlock. |
handle_futex_death | Process a futex-list entry, check whether it's owned by the* dying task, and do notification if so: |
futex_detect_cmpxchg |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |