OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__SI_POLL
(Results
51 - 51
of
51
) sorted by null
1
2
3
/prebuilts/ndk/9/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)
Completed in 23 milliseconds
1
2
3