Searched refs:POLLREMOVE (Results 1 – 9 of 9) sorted by relevance
/external/strace/xlat/ |
D | pollflags.h | 107 #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 …]
|
D | pollflags.in | 29 POLLREMOVE 0x0400 31 POLLREMOVE 0x0800 33 POLLREMOVE 0x1000
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 25 #ifndef POLLREMOVE 26 #define POLLREMOVE 0x1000 macro
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 18 #define POLLREMOVE 0x1000 macro
|
/external/libevent/ |
D | devpoll.c | 273 if (devpoll_queue(devpollop, fd, POLLREMOVE) != 0) in devpoll_del()
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 823 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/ |
D | IN.py | 1060 POLLREMOVE = 0x0800 variable
|
D | STROPTS.py | 1355 POLLREMOVE = 0x0800 variable
|
/external/strace/ |
D | ChangeLog | 381 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):
|