Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thr.c399 ksi.ksi_code = SI_LWP; in sys_thr_kill()
447 ksi.ksi_code = SI_LWP; in sys_thr_kill2()
/f-stack/freebsd/sys/
H A Dsignal.h413 #define SI_LWP 0x10007 /* Signal sent by thr_kill */ macro