Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h171 #define SI_TKILL -6 /* sent by tkill system call */ macro
/linux-4.1.27/kernel/
Dsignal.c2950 info.si_code = SI_TKILL; in do_tkill()
2997 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()
3045 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()