Searched refs:SI_TKILL (Results 1 – 3 of 3) sorted by relevance
184 #define SI_TKILL -6 /* sent by tkill system call */ macro
487 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
3875 (kinfo.si_code >= 0 || kinfo.si_code == SI_TKILL)) in SYSCALL_DEFINE4()3925 info.si_code = SI_TKILL; in do_tkill()3972 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()4019 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()
Completed in 13 milliseconds