函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:16:21 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kill_pgrp
函数原型:int kill_pgrp(struct pid *pid, int sig, int priv)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pid * | pid | |
int | sig | |
int | priv |
1783 | read_lock( & tasklist_lock) |
1784 | ret等于__kill_pgrp_info() sends a signal to a process group: this is what the tty* control characters do (^C, ^Z etc)* - the caller must hold at least a readlock on tasklist_lock |
1785 | read_unlock( & tasklist_lock) |
1787 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |