函数逻辑报告 |
Source Code:include\linux\sched\signal.h |
Create Date:2022-07-27 06:42:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:thread_group_empty
函数原型:static inline int thread_group_empty(struct task_struct *p)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p |
659 | 返回:链表为空 |
名称 | 描述 |
---|---|
pidfd_poll | Poll support for process exit notification. |
check_unshare_flags | Check constraints on flags passed to the unshare system call. |
release_task | |
will_become_orphaned_pgrp | Determine if a process group is "orphaned", according to the POSIX* definition in 2 |
reparent_leader | Any that need to be release_task'd are put on the @dead list. |
exit_notify | Send signals to all our closest relatives so that they know* to properly mourn us.. |
do_group_exit | Take down every thread in the group. This is called by fatal signals* as well as by sys_exit_group (below). |
__ptrace_detach | Called with tasklist_lock held for writing |
ptrace_resume | |
complete_signal | |
do_notify_parent | Let a parent know about the death of a child.* For a stopped/continued status change, use do_notify_parent_cldstop instead.* Returns true if our parent ignored us and so we've switched to* self-reaping. |
exit_signals | |
__set_task_blocked | |
posix_cpu_timer_rearm | |
userns_install | |
taskstats_tgid_alloc | |
__task_will_free_mem | |
keyctl_session_to_parent | Attempt to install the calling process's session keyring on the process's* parent process.* The keyring must exist and must grant the caller LINK permission, and the* parent process must be single-threaded and must have the same effective |
de_thread | This function makes sure the current process has its own signal table,* so that flush_signal_handlers can later reset the handlers without* disturbing other processes. (Other processes might share the signal* table via the CLONE_SIGHAND option to clone().) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |