Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dposix_timers.cpp97 } else if (si.si_code == SI_TKILL) { in __timer_thread_start()
/bionic/libc/kernel/uapi/asm-generic/
Dsiginfo.h176 #define SI_TKILL - 6 macro
/bionic/tests/
Dsignal_test.cpp400 sent.si_code = SI_TKILL; in TEST()