Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthread
Proto:static int kthread(void *_create)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | _create |
224 | self = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
225 | set_kthread_struct(self) |
229 | If Not done Then |
234 | If Not self Then |
241 | init_completion( & exited) |
242 | init_completion( & parked) |
243 | vfork_done = exited |
249 | schedule() |
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 |