函数逻辑报告 |
Source Code:include\linux\sched.h |
Create Date:2022-07-27 06:58:32 |
Last Modify:2021-07-28 10:30:23 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pid_alive - check that a task structure is not stale*@p: Task structure to be checked.* Test if a process is not yet dead (at most zombie state)* If pid_alive fails, then pointers within the task structure* can be stale and must not be dereferenced.
函数原型:static inline int pid_alive(const struct task_struct *p)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct task_struct * | p |
1356 | 返回: PID/PID hash table linkage. != NULL |
名称 | 描述 |
---|---|
__task_pid_nr_ns | |
sched_show_task | |
rcu_lock_break | To avoid extending the RCU grace period for an unbounded amount of time,* periodically exit the critical section and enter a new one.* For preemptible RCU it is sufficient to call rcu_read_unlock in order* to exit the grace period |
bacct_add_tsk | ll in basic accounting fields |
perf_event_pid_type | |
yama_ptrace_access_check | yama_ptrace_access_check - validate PTRACE_ATTACH calls*@child: task that current task is attempting to ptrace*@mode: ptrace attach mode* Returns 0 if following the ptrace is allowed, -ve on error. |
task_ppid_nr_ns |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |