Searched refs:POLLWRBAND (Results 1 – 19 of 19) sorted by relevance
84 # define POLLWRBAND 0 macro206 happened |= *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); in windows_compute_revents()239 *p_sought &= POLLOUT | POLLWRNORM | POLLWRBAND; in windows_compute_revents()248 return *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); in windows_compute_revents()285 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; in windows_compute_revents_socket()341 happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; in compute_revents()428 if (pfd[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) in pa_poll()435 | POLLWRNORM | POLLWRBAND))) in pa_poll()495 if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND in pa_poll()511 if (sought & (POLLOUT | POLLWRNORM | POLLWRBAND)) in pa_poll()[all …]
2 #define POLLWRBAND 0x100 macro
22 #define POLLWRBAND 0x200 macro
20 C(POLLWRBAND) in f()
22 # define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT)
130 #define POLLWRBAND 0x0010 /* priority data can be written */ macro
48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR)
504 #define POLLWRBAND 0x100 macro
2462 #ifdef POLLWRBAND2463 PyModule_AddIntMacro(m, POLLWRBAND);
1453 - mips POLLWRNORM and POLLWRBAND macros had wrong values