OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLLREMOVE
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
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")
[
all
...]
/bionic/libc/kernel/uapi/asm-generic/
poll.h
38
#ifndef
POLLREMOVE
39
#define
POLLREMOVE
0x1000
/external/kernel-headers/original/uapi/asm-generic/
poll.h
25
#ifndef
POLLREMOVE
26
#define
POLLREMOVE
0x1000
/external/ltp/testcases/kernel/syscalls/utils/
poll.h
18
#define
POLLREMOVE
0x1000
/external/libevent/
devpoll.c
268
* to use
POLLREMOVE
by itself. This removes ALL events for the fd
270
* we must re-add the other event after
POLLREMOVE
.
273
if (devpoll_queue(devpollop, fd,
POLLREMOVE
) != 0)
/external/python/cpython3/Modules/
selectmodule.c
806
self->fds[self->n_fds].events =
POLLREMOVE
;
869
self->fds[self->n_fds].events =
POLLREMOVE
;
[
all
...]
/external/python/cpython2/Lib/plat-sunos5/
IN.py
1060
POLLREMOVE
= 0x0800
STROPTS.py
1355
POLLREMOVE
= 0x0800
[
all
...]
Completed in 949 milliseconds