Home
last modified time | relevance | path

Searched refs:POLL_BUSY_LOOP (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dpollflags.h148 #if defined(POLL_BUSY_LOOP) || (defined(HAVE_DECL_POLL_BUSY_LOOP) && HAVE_DECL_POLL_BUSY_LOOP)
150 static_assert((POLL_BUSY_LOOP) == (0x8000), "POLL_BUSY_LOOP != 0x8000");
153 # define POLL_BUSY_LOOP 0x8000
207 XLAT(POLL_BUSY_LOOP),
Dpollflags.in42 POLL_BUSY_LOOP 0x8000
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/external/strace/
DChangeLog7227 POLLERR, POLLHUP, POLLNVAL, POLL_BUSY_LOOP): Add constant values.
7232 POLL_BUSY_LOOP was introduced by linux kernel commit v3.11-rc1~64^2~129
7238 * xlat/pollflags.in (POLLMSG, POLLREMOVE, POLLRDHUP, POLL_BUSY_LOOP):