1. NAME▲
sys_rt_sigqueueinfo - send signal information to a signal
2. SYNOPSIS ▲
long sys_rt_sigqueueinfo(pid_t pid , int sig , siginfo_t __user * uinfo );
3. ARGUMENTS ▲
pid
the PID of the thread
sig
signal to be sent
uinfo
signal info to be sent
4. COPYRIGHT ▲