| /third_party/rust/crates/rustix/src/backend/libc/io/ |
| H A D | poll_fd.rs | 111 pub fn revents(&self) -> PollFlags { in revents() functions
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
| H A D | event_impl.cpp | 305 EventsMask revents = events & genericEvents; in SetRevents() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | os_support.h | 148 short revents; /* events that occurred */ member
|
| /third_party/alsa-lib/src/control/ |
| H A D | control_ext.c | 453 static int snd_ctl_ext_poll_revents(snd_ctl_t *handle, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_ctl_ext_poll_revents() argument
|
| /third_party/alsa-utils/alsactl/ |
| H A D | daemon.c | 364 unsigned short revents; in state_daemon() local
|
| /third_party/alsa-lib/test/ |
| H A D | user-ctl-element-set.c | 395 unsigned short revents; in check_event() local
|
| H A D | pcm.c | 289 unsigned short revents; in wait_for_poll() local
|
| /third_party/curl/include/curl/ |
| H A D | multi.h | 121 short revents; member
|
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-libasound-timer-mmap.c | 159 unsigned short revents; in timer_mmap_process_frames() local
|
| H A D | xfer-libasound.c | 343 xfer_libasound_wait_event(struct libasound_state *state, int timeout_msec, unsigned short *revents) xfer_libasound_wait_event() argument
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_epfile.c | 558 uint32_t revents = POLLRDNORM; in generic_epfile_handle_poll() local
|
| /third_party/libwebsockets/lib/event-libs/libuv/ |
| H A D | libuv.c | 94 lws_io_cb(uv_poll_t *watcher, int status, int revents) in lws_io_cb() argument
|
| /third_party/libwebsockets/lib/event-libs/libevent/ |
| H A D | libevent.c | 103 lws_event_cb(evutil_socket_t sock_fd, short revents, void *ctx) in lws_event_cb() argument 161 lws_event_sigint_cb(evutil_socket_t sock_fd, short revents, void *ctx) in lws_event_sigint_cb() argument
|
| /third_party/libuv/src/unix/ |
| H A D | kqueue.c | 138 unsigned int revents; in uv__io_poll() local
|
| /third_party/libwebsockets/lib/event-libs/libev/ |
| H A D | libev.c | 33 lws_ev_hrtimer_cb(struct ev_loop *loop, struct ev_timer *watcher, int revents) in lws_ev_hrtimer_cb() argument 51 lws_ev_idle_cb(struct ev_loop *loop, struct ev_idle *handle, int revents) in lws_ev_idle_cb() argument 88 lws_accept_cb(struct ev_loop *loop, struct ev_io *watcher, int revents) in lws_accept_cb() argument 124 lws_ev_sigint_cb(struct ev_loop *loop, struct ev_signal *watcher, int revents) in lws_ev_sigint_cb() argument [all...] |
| /third_party/libwebsockets/lib/event-libs/sdevent/ |
| H A D | sdevent.c | 92 sock_accept_handler(sd_event_source *s, int fd, uint32_t revents, void *userdata) in sock_accept_handler() argument
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker_process.cc | 152 void ipc_readcb(struct ev_loop *loop, ev_io *w, int revents) { in ipc_readcb() argument 185 void quic_ipc_readcb(struct ev_loop *loop, ev_io *w, int revents) { in quic_ipc_readcb() argument 222 void renew_ticket_key_cb(struct ev_loop *loop, ev_timer *w, int revents) { in renew_ticket_key_cb() argument 396 void nb_child_cb(struct ev_loop *loop, ev_child *w, int revents) { in nb_child_cb() argument 284 memcached_get_ticket_key_cb(struct ev_loop *loop, ev_timer *w, int revents) memcached_get_ticket_key_cb() argument
|
| H A D | shrpx_memcached_connection.cc | 42 void timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in timeoutcb() argument 59 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() argument 71 void writecb(struct ev_loop *loop, ev_io *w, int revents) { in writecb() argument 83 void connectcb(struct ev_loop *loop, ev_io *w, int revents) { in connectcb() argument
|
| H A D | shrpx_dns_resolver.cc | 85 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() argument 93 void writecb(struct ev_loop *loop, ev_io *w, int revents) { in writecb() argument 101 void timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in timeoutcb() argument
|
| H A D | shrpx_quic_connection_handler.cc | 41 stateless_reset_bucket_regen_timercb(struct ev_loop *loop, ev_timer *w, int revents) stateless_reset_bucket_regen_timercb() argument 686 close_wait_timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) close_wait_timeoutcb() argument
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | kqueue.c | 117 unsigned int revents; in uv__io_poll() local
|
| /third_party/pulseaudio/src/tests/ |
| H A D | alsa-time-test.c | 159 unsigned short revents; in main() local
|
| /third_party/curl/docs/examples/ |
| H A D | ephiperfifo.c | 201 static void event_cb(GlobalInfo *g, int fd, int revents) in event_cb() argument 221 static void timer_cb(GlobalInfo* g, int revents) in timer_cb() argument 394 static void fifo_cb(GlobalInfo* g, int revents) in fifo_cb() argument
|
| H A D | evhiperfifo.c | 202 static void event_cb(EV_P_ struct ev_io *w, int revents) in event_cb() argument 220 static void timer_cb(EV_P_ struct ev_timer *w, int revents) in timer_cb() argument 372 static void fifo_cb(EV_P_ struct ev_io *w, int revents) in fifo_cb() argument [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_generic.c | 70 int snd_pcm_generic_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_generic_poll_revents() argument
|