函数逻辑报告 |
Source Code:kernel\sched\completion.c |
Create Date:2022-07-27 10:41:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:wait_for_completion_killable: - waits for completion of a task (killable)*@x: holds the state of this particular completion* This waits to be signaled for completion of a specific task. It can be* interrupted by a kill signal.
函数原型:int __sched wait_for_completion_killable(struct completion *x)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct completion * | x |
241 | t等于wait_for_common(x, MAX_SCHEDULE_TIMEOUT, Convenience macros for the sake of set_current_state: ) |
244 | 返回:0 |
名称 | 描述 |
---|---|
call_usermodehelper_exec | all_usermodehelper_exec - start a usermode application*@sub_info: information about the subprocessa*@wait: wait for the application to finish and return status.* when UMH_NO_WAIT don't wait at all, but you get no useful error back |
__kthread_create_on_node | |
wait_for_vfork_done |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |