sys_tkill — send signal to one specific task
long sys_tkill (
)
pid
the PID of the task
sig
signal to be sent
Send a signal to only one task, even if it's a CLONE_THREAD task.