Searched refs:__SI_CODE (Results 1 – 5 of 5) sorted by relevance
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | siginfo.h | 95 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) 96 #define SI_MESGQ __SI_CODE(__SI_MESGQ, -4)
|
/development/ndk/platforms/android-21/arch-mips/include/asm/ |
D | siginfo.h | 111 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) 112 #define SI_MESGQ __SI_CODE(__SI_MESGQ, -4)
|
/development/ndk/platforms/android-21/arch-mips64/include/asm/ |
D | siginfo.h | 111 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) 112 #define SI_MESGQ __SI_CODE(__SI_MESGQ, -4)
|
/development/ndk/platforms/android-9/include/asm-generic/ |
D | siginfo.h | 118 #define __SI_CODE(T,N) (N) macro 123 #define SI_TIMER __SI_CODE(__SI_TIMER,-2) 124 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
|
/development/ndk/platforms/android-21/include/asm-generic/ |
D | siginfo.h | 154 #define __SI_CODE(T,N) (N) macro 159 #define SI_TIMER __SI_CODE(__SI_TIMER,-2) 160 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3)
|