Home
last modified time | relevance | path

Searched refs:POLLWRBAND (Results 1 – 19 of 19) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpoll-win32.c84 # define POLLWRBAND 0 macro
206 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 …]
/third_party/musl/arch/mips/bits/
Dpoll.h2 #define POLLWRBAND 0x100 macro
/third_party/musl/arch/mipsn32/bits/
Dpoll.h2 #define POLLWRBAND 0x100 macro
/third_party/musl/arch/mips64/bits/
Dpoll.h2 #define POLLWRBAND 0x100 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/ndk_musl_include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/libc-test/src/api/
Dpoll.c20 C(POLLWRBAND) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/alsa-utils/axfer/
Dwaiter-select.c22 # define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT)
/third_party/ffmpeg/libavformat/
Dos_support.h130 #define POLLWRBAND 0x0010 /* priority data can be written */ macro
/third_party/NuttX/fs/vfs/
Dfs_select.c48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR)
/third_party/lwip/src/include/lwip/
Dsockets.h504 #define POLLWRBAND 0x100 macro
/third_party/python/Modules/
Dselectmodule.c2462 #ifdef POLLWRBAND
2463 PyModule_AddIntMacro(m, POLLWRBAND);
/third_party/musl/
DWHATSNEW1453 - mips POLLWRNORM and POLLWRBAND macros had wrong values