函数逻辑报告 |
Source Code:kernel\ptrace.c |
Create Date:2022-07-27 10:13:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__ptrace_unlink - unlink ptracee and restore its execution state*@child: ptracee to be unlinked* Remove @child from the ptrace list, move it back to the original parent,* and restore the execution state so that it conforms to the group stop* state
函数原型:void __ptrace_unlink(struct task_struct *child)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | child |
120 | 清除线程指定标志 |
122 | 清除线程指定标志 |
126 | 删除链表项并重新初始化 |
128 | Tracer's credentials at attach: = NULL |
131 | 加自旋锁 |
132 | ptrace等于0 |
144 | 如果非任务标志按位与Getting shut down 的值且任务标志按位与job control stop in effect 或group_stop_count的值则 |
166 | 如果 JOBCTL_*, siglock protected: 按位与JOBCTL_STOP_PENDING或task_is_traced(child)则ptrace_signal_wake_up(child, true) |
169 | 自旋锁解锁 |
名称 | 描述 |
---|---|
__ptrace_detach | Called with tasklist_lock held for writing |
ptrace_unlink |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |