Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sys_sigpending - examine pending signals*@uset: where mask of pending signal is returned

Proto:SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, uset)

Type:

Parameter:Nothing

4145  If sizeof(old_sigset_t) > size of uset Then Return -EINVAL
4148  do_sigpending( & set)
4150  If copy_to_user(uset, & set, sizeof(old_sigset_t)) Then Return -EFAULT
4153  Return 0