Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthread_create_worker - create a kthread worker*@flags: flags modifying the default behavior of the worker*@namefmt: printf-style name for the kthread worker (task)
Proto:struct kthread_worker *kthread_create_worker(unsigned int flags, const char namefmt[], ...)
Type:struct kthread_worker
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | flags | |
const char | namefmt |
732 | worker = __kthread_create_worker( - 1, flags, namefmt, args) |
735 | Return worker |
Name | Describe |
---|---|
psi_trigger_create |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |