Searched refs:SI_TKILL (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dposix_timers.cpp97 } else if (si.si_code == SI_TKILL) {
/bionic/libc/kernel/uapi/asm-generic/
H A Dsiginfo.h171 #define SI_TKILL - 6 macro
/bionic/linker/
H A Ddebugger.cpp172 // always be SI_TKILL.
287 } else if (info->si_code >= 0 || info->si_code == SI_TKILL) {
290 // negative si_code values that are not SI_TKILL, but 66dd34a changed the
/bionic/tests/
H A Dsignal_test.cpp400 sent.si_code = SI_TKILL;

Completed in 83 milliseconds