函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-27 10:15:23
Last Modify:2020-03-17 13:28:47 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Tell a process that it has a new active signal

函数原型:void signal_wake_up_state(struct task_struct *t, unsigned int state)

返回类型:void

参数:

类型参数名称
struct task_struct *t
unsigned intstate
756  Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available:
764  如果非wake_up_state(t, state | 睡眠态)则kick_process(t)
调用者
名称描述
ptrace_attach