Function report |
Source Code:kernel\pid.c |
Create Date:2022-07-28 09:28:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_task_pid
Proto:struct pid *get_task_pid(struct task_struct *task, enum pid_type type)
Type:struct pid
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
enum pid_type | type |
417 | pid = get_pid( fetch RCU-protected pointer for dereferencing( * task_pid_ptr(task, type))) |
419 | Return pid |
Name | Describe |
---|---|
kernel_waitid | |
kernel_wait4 |
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 |