函数逻辑报告 |
Source Code:kernel\kthread.c |
Create Date:2022-07-27 10:31:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kthread_flush_worker - flush all current works on a kthread_worker*@worker: worker to flush* Wait until all currently executing or pending works on @worker are* finished.
函数原型:void kthread_flush_worker(struct kthread_worker *worker)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kthread_worker * | worker |
1160 | struct kthread_flush_work fwork = {KTHREAD_WORK_INIT(work, kthread_flush_work_fn), COMPLETION_INITIALIZER_ONSTACK(done), } |
1166 | wait_for_completion( & done) |
名称 | 描述 |
---|---|
kthread_destroy_worker | kthread_destroy_worker - destroy a kthread worker*@worker: worker to be destroyed* Flush and destroy @worker. The simple flush is enough because the kthread* worker API is used only in trivial scenarios. There are no multi-step state* machines needed. |
sugov_kthread_stop |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |