OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLLWRBAND_PORTABLE
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/arch-mips/
poll.c
85
if (portable_events &
POLLWRBAND_PORTABLE
) {
86
portable_events &= ~
POLLWRBAND_PORTABLE
;
97
* so we just map POLLWRBAND to
POLLWRBAND_PORTABLE
.
101
mips_events |=
POLLWRBAND_PORTABLE
;
/development/ndk/sources/android/libportable/common/include/
poll_portable.h
32
#define
POLLWRBAND_PORTABLE
0x0200
Completed in 44 milliseconds