| Function report | 
| Source Code: kernel\events\core.c | Create Date:2022-07-28 13:34:22 | 
| Last Modify:2022-05-20 07:50:19 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:find_lively_task_by_vpid
Proto:static struct task_struct *find_lively_task_by_vpid(pid_t vpid)
Type:struct task_struct
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| pid_t | vpid | 
| 4248 | If Not vpid Then task = current process | 
| 4250 | Else task = find_task_by_vpid(vpid) | 
| 4252 | If task Then get_task_struct(task) | 
| 4259 | Return task | 
| 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 |