Searched refs:SI_TKILL (Results 1 – 6 of 6) sorted by relevance
181 #define SI_TKILL -6 /* sent by tkill system call */ macro
220 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
296 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
301 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
665 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
3823 info->si_code = (type == PIDTYPE_PID) ? SI_TKILL : SI_USER; in prepare_kill_siginfo()3971 (kinfo.si_code >= 0 || kinfo.si_code == SI_TKILL)) in SYSCALL_DEFINE4()4065 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()4112 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()