You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
SI_USER 0
|
|
SI_KERNEL 0x80
|
|
SI_QUEUE -1
|
|
|
|
#ifdef __mips__
|
|
SI_ASYNCIO -2
|
|
SI_TIMER -3
|
|
SI_MESGQ -4
|
|
#else
|
|
SI_TIMER -2
|
|
SI_MESGQ -3
|
|
SI_ASYNCIO -4
|
|
#endif
|
|
|
|
SI_SIGIO -5
|
|
SI_TKILL -6
|
|
SI_DETHREAD -7
|
|
SI_ASYNCNL -60
|
|
SI_NOINFO
|
|
SI_LWP
|