函数逻辑报告 |
Source Code:kernel\locking\mutex-debug.c |
Create Date:2022-07-27 10:49:10 |
Last Modify:2022-05-22 15:17:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:debug_mutex_wake_waiter
函数原型:void debug_mutex_wake_waiter(struct mutex *lock, struct mutex_waiter *waiter)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mutex * | lock | |
struct mutex_waiter * | waiter |
39 | lockdep_assert_held( & wait_lock) |
41 | DEBUG_LOCKS_WARN_ON(magic != waiter) |
名称 | 描述 |
---|---|
__mutex_unlock_slowpath | |
__ww_mutex_die | Wait-Die; wake a younger waiter context (when locks held) such that it can* die.* Among waiters with context, only the first one can have other locks acquired* already (ctx->acquired > 0), because __ww_mutex_add_waiter() and |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |