Home
last modified time | relevance | path

Searched refs:POLLWRBAND (Results 1 - 25 of 74) sorted by relevance

123

/third_party/pulseaudio/src/pulsecore/
H A 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()
427 POLLWRBAND events onto wfds instead of efds. */ in pa_poll()
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()
[all...]
/third_party/musl/arch/mips/bits/
H A Dpoll.h2 #define POLLWRBAND 0x100 macro
/third_party/musl/arch/mips64/bits/
H A Dpoll.h2 #define POLLWRBAND 0x100 macro
/third_party/musl/arch/mipsn32/bits/
H A Dpoll.h2 #define POLLWRBAND 0x100 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/linux/user/include/
H A Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/libc-test/src/api/
H A Dpoll.c20 C(POLLWRBAND) in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/musl/include/
H A Dpoll.h22 #define POLLWRBAND 0x200 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs21 /// `POLLWRBAND`
22 const WRBAND = linux_raw_sys::general::POLLWRBAND as u16;
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dpoll_fd.rs32 /// `POLLWRBAND`
34 const WRBAND = c::POLLWRBAND;
/third_party/alsa-utils/axfer/
H A Dwaiter-select.c22 # define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT)
/third_party/NuttX/fs/vfs/
H A Dfs_select.c48 #define POLL_OUT_SET (POLLOUT | POLLWRBAND | POLLWRNORM | POLLERR)
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs73 pub const POLLWRBAND: ::c_short = 1 << 4; consts
/third_party/rust/crates/nix/src/
H A Dpoll.rs113 POLLWRBAND;
/third_party/ffmpeg/libavformat/
H A Dos_support.h157 #define POLLWRBAND 0x0010 /* priority data can be written */ macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs148 pub const POLLWRBAND: ::c_short = 0x0100; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs181 pub const POLLWRBAND: ::c_short = 0x100; consts
/third_party/lwip/src/include/lwip/
H A Dsockets.h504 #define POLLWRBAND 0x100 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs260 pub const POLLWRBAND: ::c_short = 0x200; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs298 pub const POLLWRBAND: ::c_short = 0x200; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs689 pub const POLLWRBAND: ::c_short = 0x100; consts

Completed in 17 milliseconds

123