Home
last modified time | relevance | path

Searched refs:POLLREMOVE (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dpollflags.h107 #if defined(POLLREMOVE) || (defined(HAVE_DECL_POLLREMOVE) && HAVE_DECL_POLLREMOVE)
109 static_assert((POLLREMOVE) == (0x0400), "POLLREMOVE != 0x0400");
112 # define POLLREMOVE 0x0400
115 #if defined(POLLREMOVE) || (defined(HAVE_DECL_POLLREMOVE) && HAVE_DECL_POLLREMOVE)
117 static_assert((POLLREMOVE) == (0x0800), "POLLREMOVE != 0x0800");
120 # define POLLREMOVE 0x0800
123 #if defined(POLLREMOVE) || (defined(HAVE_DECL_POLLREMOVE) && HAVE_DECL_POLLREMOVE)
125 static_assert((POLLREMOVE) == (0x1000), "POLLREMOVE != 0x1000");
128 # define POLLREMOVE 0x1000
194 XLAT(POLLREMOVE),
[all …]
Dpollflags.in29 POLLREMOVE 0x0400
31 POLLREMOVE 0x0800
33 POLLREMOVE 0x1000
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h25 #ifndef POLLREMOVE
26 #define POLLREMOVE 0x1000 macro
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h18 #define POLLREMOVE 0x1000 macro
/external/libevent/
Ddevpoll.c273 if (devpoll_queue(devpollop, fd, POLLREMOVE) != 0) in devpoll_del()
/external/python/cpython3/Modules/
Dselectmodule.c823 self->fds[self->n_fds].events = POLLREMOVE; in internal_devpoll_register()
901 self->fds[self->n_fds].events = POLLREMOVE; in select_devpoll_unregister_impl()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1060 POLLREMOVE = 0x0800 variable
DSTROPTS.py1355 POLLREMOVE = 0x0800 variable
/external/strace/
DChangeLog381 POLLWRBAND, POLLMSG, POLLREMOVE, and POLLRDHUP.
7235 POLLREMOVE predate git repository. POLLFREE was introduced by linux
7238 * xlat/pollflags.in (POLLMSG, POLLREMOVE, POLLRDHUP, POLL_BUSY_LOOP):