函数逻辑报告 |
Source Code:kernel\futex.c |
Create Date:2022-07-27 11:53:37 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:PI code:
函数原型:static int refill_pi_state_cache(void)
返回类型:int
参数:无
814 | 如果此条件成立可能性大(为编译器优化)(pi_state_cache)则返回:0 |
822 | 初始化链表头 |
824 | owner = NULL |
826 | key = |
828 | pi_state_cache等于pi_state |
830 | 返回:0 |
名称 | 描述 |
---|---|
futex_requeue | ex_requeue() - Requeue waiters from uaddr1 to uaddr2*@uaddr1: source futex user address*@flags: futex flags (FLAGS_SHARED, etc |
futex_lock_pi | Userspace tried a 0 -> TID atomic transition of the futex value* and failed. The kernel side here does the whole locking operation:* if there are waiters then it will block as a consequence of relying* on rt-mutexes, it does PI, etc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |