HomeSort by relevance Sort by last modified time
    Searched refs:__SI_POLL (Results 26 - 29 of 29) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 113 #define __SI_POLL 0
174 #define POLL_IN (__SI_POLL|1)
175 #define POLL_OUT (__SI_POLL|2)
176 #define POLL_MSG (__SI_POLL|3)
177 #define POLL_ERR (__SI_POLL|4)
178 #define POLL_PRI (__SI_POLL|5)
179 #define POLL_HUP (__SI_POLL|6)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm-generic/
siginfo.h 113 #define __SI_POLL 0
174 #define POLL_IN (__SI_POLL|1)
175 #define POLL_OUT (__SI_POLL|2)
176 #define POLL_MSG (__SI_POLL|3)
177 #define POLL_ERR (__SI_POLL|4)
178 #define POLL_PRI (__SI_POLL|5)
179 #define POLL_HUP (__SI_POLL|6)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/
siginfo.h 113 #define __SI_POLL 0
174 #define POLL_IN (__SI_POLL|1)
175 #define POLL_OUT (__SI_POLL|2)
176 #define POLL_MSG (__SI_POLL|3)
177 #define POLL_ERR (__SI_POLL|4)
178 #define POLL_PRI (__SI_POLL|5)
179 #define POLL_HUP (__SI_POLL|6)
  /external/kernel-headers/original/asm-generic/
siginfo.h 122 #define __SI_POLL (2 << 16)
131 #define __SI_POLL 0
218 #define POLL_IN (__SI_POLL|1) /* data input available */
219 #define POLL_OUT (__SI_POLL|2) /* output buffers available */
220 #define POLL_MSG (__SI_POLL|3) /* input message available */
221 #define POLL_ERR (__SI_POLL|4) /* i/o error */
222 #define POLL_PRI (__SI_POLL|5) /* high priority input available */
223 #define POLL_HUP (__SI_POLL|6) /* device disconnected */

Completed in 271 milliseconds

12