函数逻辑报告 |
Source Code:kernel\kthread.c |
Create Date:2022-07-27 10:30:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns true when the work could not be queued at the moment.* It happens when it is already pending in a worker list* or when it is being cancelled.
函数原型:static inline bool queuing_blocked(struct kthread_worker *worker, struct kthread_work *work)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kthread_worker * | worker | |
struct kthread_work * | work |
779 | lockdep_assert_held( & lock) |
名称 | 描述 |
---|---|
kthread_queue_work | kthread_queue_work - queue a kthread_work*@worker: target kthread_worker*@work: kthread_work to queue* Queue @work to work processor @task for async execution. @task* must have been created with kthread_worker_create(). Returns %true |
kthread_queue_delayed_work | kthread_queue_delayed_work - queue the associated kthread work* after a delay |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |