Home
last modified time | relevance | path

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

/linux-3.4.99/include/asm-generic/
Dsiginfo.h160 #define SI_TKILL -6 /* sent by tkill system call */ macro
/linux-3.4.99/kernel/
Dsignal.c2874 info.si_code = SI_TKILL; in do_tkill()
2933 if (info.si_code >= 0 || info.si_code == SI_TKILL) { in SYSCALL_DEFINE3()
2953 if (info->si_code >= 0 || info->si_code == SI_TKILL) { in do_rt_tgsigqueueinfo()