Searched refs:POLLIN (Results 1 - 25 of 55) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dpoll.h26 #define POLLIN 0x001 /* There is data to read. */ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dpoll.h26 #define POLLIN 0x001 /* There is data to read. */ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
H A Dpoll.h5 #define POLLIN 0x0001 macro
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_poll.py39 p.modify(rd, select.POLLIN)
57 ready_readers = find_ready_matching(ready, select.POLLIN)
122 pollster.register( p, select.POLLIN )
134 elif flags & select.POLLIN:
H A Dtest_asyncore.py128 (select.POLLIN, 'read'),
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_poll.py39 p.modify(rd, select.POLLIN)
57 ready_readers = find_ready_matching(ready, select.POLLIN)
122 pollster.register( p, select.POLLIN )
134 elif flags & select.POLLIN:
H A Dtest_asyncore.py128 (select.POLLIN, 'read'),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_poll.py39 p.modify(rd, select.POLLIN)
57 ready_readers = find_ready_matching(ready, select.POLLIN)
122 pollster.register( p, select.POLLIN )
134 elif flags & select.POLLIN:
H A Dtest_asyncore.py128 (select.POLLIN, 'read'),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_poll.py39 p.modify(rd, select.POLLIN)
57 ready_readers = find_ready_matching(ready, select.POLLIN)
122 pollster.register( p, select.POLLIN )
134 elif flags & select.POLLIN:
H A Dtest_asyncore.py128 (select.POLLIN, 'read'),
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dasyncore.py107 if flags & select.POLLIN:
182 flags |= select.POLLIN | select.POLLPRI
H A Dtelnetlib.py311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
H A Dsubprocess.py1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dasyncore.py107 if flags & select.POLLIN:
182 flags |= select.POLLIN | select.POLLPRI
H A Dtelnetlib.py311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
H A Dsubprocess.py1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dasyncore.py107 if flags & select.POLLIN:
182 flags |= select.POLLIN | select.POLLPRI
H A Dtelnetlib.py311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
H A Dsubprocess.py1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dasyncore.py107 if flags & select.POLLIN:
182 flags |= select.POLLIN | select.POLLPRI
H A Dtelnetlib.py311 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
681 poll_in_or_priority_flags = select.POLLIN | select.POLLPRI
H A Dsubprocess.py1425 select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinsock2.h1144 #define POLLIN (POLLRDNORM | POLLRDBAND) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinsock2.h1144 #define POLLIN (POLLRDNORM | POLLRDBAND) macro

Completed in 522 milliseconds

123