sys_rt_sigqueueinfo(9) send signal information to a signal

SYNOPSIS

long sys_rt_sigqueueinfo(pid_t pid, int sig, siginfo_t __user * uinfo);

ARGUMENTS

pid

the PID of the thread

sig

signal to be sent

uinfo

signal info to be sent

COPYRIGHT