函数逻辑报告 |
Source Code:kernel\pid.c |
Create Date:2022-07-27 10:29:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pid_task
函数原型:struct task_struct *pid_task(struct pid *pid, enum pid_type type)
返回类型:struct task_struct
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pid * | pid | |
enum pid_type | type |
373 | struct task_struct * result = NULL |
374 | 如果pid则 |
378 | 如果first则result等于hlist_entry(first, structtask_struct, pid_links[(type)]) |
381 | 返回:result |
名称 | 描述 |
---|---|
kill_pid_info | |
kill_pid_usb_asyncio | The usb asyncio usage of siginfo is wrong |
send_sigqueue | |
SYSCALL_DEFINE2 | This needs some heavy checking |
ksys_setsid | |
find_task_by_pid_ns | Must be called under rcu_read_lock(). |
get_pid_task | |
debug_rt_mutex_print_deadlock | |
good_sigevent | |
zap_pid_ns_processes | |
send_sigurg | |
pidfd_poll | Poll support for process exit notification. |
send_sigio |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |