函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:calculate_sigpending

函数原型:void calculate_sigpending(void)

返回类型:void

参数:

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  确定进程等待信号
199  spin_unlock_irq( & siglock)
调用者
名称描述
schedule_tailschedule_tail - first thing a freshly forked thread must call.*@prev: the thread we just switched away from.