Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:15:26
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Tell a process that it has a new active signal

Proto:void signal_wake_up_state(struct task_struct *t, unsigned int state)

Type:void

Parameter:

TypeParameterName
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  If Not wake_up_state(t, state | TASK_INTERRUPTIBLE) Then kick_process(t)