Home
last modified time | relevance | path

Searched refs:SI_TKILL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h175 #define SI_TKILL -6 /* sent by tkill system call */ macro
/Linux-v5.4/kernel/
Dsignal.c3747 (kinfo.si_code >= 0 || kinfo.si_code == SI_TKILL)) in SYSCALL_DEFINE4()
3797 info.si_code = SI_TKILL; in do_tkill()
3844 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()
3891 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()