Home
last modified time | relevance | path

Searched refs:POLLPRI (Results 1 - 25 of 66) sorted by relevance

123

/third_party/pulseaudio/src/pulsecore/
H A Dpoll-posix.c97 if (f->events & POLLPRI) in pa_poll()
99 if (f->fd > maxfd && (f->events & (POLLIN|POLLOUT|POLLPRI))) in pa_poll()
135 if (f->events & POLLPRI) in pa_poll()
137 if (f->events & (POLLIN|POLLOUT|POLLPRI)) { in pa_poll()
148 if (f->events & POLLPRI) in pa_poll()
150 if (f->fd > maxfd && (f->events & (POLLIN|POLLOUT|POLLPRI))) in pa_poll()
165 if (f->fd > maxfd && (f->events & (POLLIN|POLLOUT|POLLPRI))) { in pa_poll()
225 f->revents |= POLLPRI; in pa_poll()
H A Dpoll-win32.c213 return ret == WAIT_OBJECT_0 ? *p_sought & ~(POLLPRI | POLLRDBAND) : 0; in windows_compute_revents()
246 return *p_sought & ~(POLLPRI | POLLRDBAND); in windows_compute_revents()
288 happened |= (POLLPRI | POLLRDBAND) & sought; in windows_compute_revents_socket()
344 happened |= (POLLPRI | POLLRDBAND) & sought; in compute_revents()
430 if (pfd[i].events & (POLLPRI | POLLRDBAND)) in pa_poll()
433 && (pfd[i].events & (POLLIN | POLLOUT | POLLPRI in pa_poll()
496 | POLLPRI | POLLRDBAND))) in pa_poll()
516 if (sought & (POLLPRI | POLLRDBAND)) in pa_poll()
H A Dpoll.h35 #define POLLPRI 0x002 /* There is urgent data to read. */ macro
/third_party/curl/lib/
H A Dselect.c212 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()
218 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()
224 pfd[num].events = POLLWRNORM|POLLOUT|POLLPRI; in Curl_socket_check()
238 if(pfd[num].revents & (POLLPRI|POLLNVAL)) in Curl_socket_check()
245 if(pfd[num].revents & (POLLPRI|POLLNVAL)) in Curl_socket_check()
252 if(pfd[num].revents & (POLLERR|POLLHUP|POLLPRI|POLLNVAL)) in Curl_socket_check()
346 if(ufds[i].events & (POLLIN|POLLOUT|POLLPRI| in Curl_poll()
354 if(ufds[i].events & (POLLRDBAND|POLLPRI)) in Curl_poll()
393 if(ufds[i].events & POLLPRI) in Curl_poll()
394 ufds[i].revents |= POLLPRI; in Curl_poll()
[all...]
H A Dselect.h44 #define POLLPRI 0x02 macro
68 #define POLLRDBAND POLLPRI
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-freertos.h53 #define POLLPRI 0x0002 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/linux/user/include/
H A Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/libc-test/src/api/
H A Dpoll.c17 C(POLLPRI) in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/musl/include/
H A Dpoll.h13 #define POLLPRI 0x002 macro
/third_party/rust/crates/libc/src/unix/newlib/arm/
H A Dmod.rs40 pub const POLLPRI: ::c_short = 0x2; consts
/third_party/rust/crates/libc/src/unix/newlib/aarch64/
H A Dmod.rs38 pub const POLLPRI: ::c_short = 0x2; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs11 /// `POLLPRI`
12 const PRI = linux_raw_sys::general::POLLPRI as u16;
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dpoll_fd.rs18 /// `POLLPRI`
20 const PRI = c::POLLPRI;
/third_party/ltp/testcases/kernel/syscalls/ppoll/
H A Dppoll01.c211 fds_good[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
216 fds_already_closed[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
/third_party/node/deps/uv/src/unix/
H A Dinternal.h130 #ifdef POLLPRI
131 # define UV__POLLPRI POLLPRI
/third_party/ffmpeg/libavcodec/
H A Dv4l2_context.c275 .events = POLLIN | POLLRDNORM | POLLPRI | POLLOUT | POLLWRNORM, /* default blocking capture */ in v4l2_dequeue_v4l2buf()
314 pfd.events = POLLIN | POLLRDNORM | POLLPRI; in v4l2_dequeue_v4l2buf()
343 if (pfd.revents & POLLPRI) { in v4l2_dequeue_v4l2buf()
/third_party/python/Modules/clinic/
H A Dselectmodule.c.h69 " eventmask=select.POLLIN | select.POLLPRI | select.POLLOUT, /)\n"
90 unsigned short eventmask = POLLIN | POLLPRI | POLLOUT; in select_poll_register()
235 " eventmask=select.POLLIN | select.POLLPRI | select.POLLOUT, /)\n"
258 unsigned short eventmask = POLLIN | POLLPRI | POLLOUT; in select_devpoll_register()
285 " eventmask=select.POLLIN | select.POLLPRI | select.POLLOUT, /)\n"
308 unsigned short eventmask = POLLIN | POLLPRI | POLLOUT; in select_devpoll_modify()
/third_party/alsa-utils/axfer/
H A Dwaiter-select.c28 #define POLLEX_SET (POLLPRI)
/third_party/NuttX/fs/vfs/
H A Dfs_select.c49 #define POLL_EX_SET (POLLPRI)
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H A Dmod.rs70 pub const POLLPRI: ::c_short = POLLRDBAND; consts

Completed in 10 milliseconds

123