函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:15:26 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ptrace_trap_notify - schedule trap to notify ptracer*@t: tracee wanting to notify tracer* This function schedules sticky ptrace trap which is cleared on the next* TRAP_STOP to notify ptracer of an event. @t must have been seized by* ptracer.
函数原型:static void ptrace_trap_notify(struct task_struct *t)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | t |
877 | WARN_ON_ONCE(!(ptrace & SEIZE used, enable new behavior )) |
878 | assert_spin_locked( & siglock) |
名称 | 描述 |
---|---|
prepare_signal | Handle magic process-wide effects of stop/continue signals |
do_signal_stop | do_signal_stop - handle group stop for SIGSTOP and other stop signals*@signr: signr causing group stop if initiating* If %JOBCTL_STOP_PENDING is not set yet, initiate group stop with @signr* and participate in it |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |