函数逻辑报告 |
Source Code:kernel\kthread.c |
Create Date:2022-07-27 10:30:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__kthread_create_on_node
函数原型:static __printf(4, 0) struct task_struct *__kthread_create_on_node(int (*threadfn)(void *data), void *data, int node, const char namefmt[], va_list args)
返回类型:struct task_struct
参数:
类型 | 参数 | 名称 |
---|---|---|
int (* | threadfn | |
void * | data | |
int | node | |
const char | namefmt | |
va_list | args |
298 | Lockdep needs to run a non-constant initializer for on-stack* completions - so we use the _ONSTACK() variant for those that* are on the kernel stack:(done) |
310 | 加自旋锁 |
311 | 添加链表项 |
312 | 自旋锁解锁 |
314 | 唤醒中断线程 |
320 | 如果此条件成立可能性小(为编译器优化)(wait_for_completion_killable( & done))则 |
332 | wait_for_completion( & done) |
335 | 如果非是错误则 |
336 | static const struct sched_param param = {sched_priority = 0} |
344 | set_task_comm(task, name) |
349 | 改变调度策略和线程优先级 |
352 | 释放内存 |
353 | 返回:task |
名称 | 描述 |
---|---|
kthread_create_on_node | kthread_create_on_node - create a kthread |
__kthread_create_worker |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |