Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:calculate_sigpending

Proto:void calculate_sigpending(void)

Type:void

Parameter:Nothing

196  spin_lock_irq( & siglock)
197  Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available:
198  recalc_sigpending()
199  spin_unlock_irq( & siglock)
Caller
NameDescribe
schedule_tailschedule_tail - first thing a freshly forked thread must call.*@prev: the thread we just switched away from.