1SYS_RT_SIGQUEUEINFO(9) Driver Basics SYS_RT_SIGQUEUEINFO(9)
23
4
NAME
6sys_rt_sigqueueinfo - send signal information to a signal
7
SYNOPSIS
9long sys_rt_sigqueueinfo(pid_t pid, int sig, siginfo_t __user * uinfo);
10
ARGUMENTS
12pid
13the PID of the thread
1415
sig
16signal to be sent
1718
uinfo
19signal info to be sent
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 SYS_RT_SIGQUEUEINFO(9)