| /third_party/nghttp2/src/ |
| H A D | shrpx_live_check.cc | 38 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() argument 52 void writecb(struct ev_loop *loop, ev_io *w, int revents) { in writecb() argument 66 void timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in timeoutcb() argument 79 void backoff_timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in backoff_timeoutcb() argument 92 void settings_timeout_cb(struct ev_loop *loop, ev_timer *w, int revents) { in settings_timeout_cb() argument
|
| H A D | shrpx_worker.cc | 62 void eventcb(struct ev_loop *loop, ev_async *w, int revents) { in eventcb() argument 69 void mcpool_clear_cb(struct ev_loop *loop, ev_timer *w, int revents) { in mcpool_clear_cb() argument 82 void proc_wev_cb(struct ev_loop *loop, ev_timer *w, int revents) { in proc_wev_cb() argument
|
| H A D | shrpx_http_downstream_connection.cc | 51 void timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in timeoutcb() argument 126 void connect_timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in connect_timeoutcb() argument 150 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() argument 171 void writecb(struct ev_loop *loop, ev_io *w, int revents) { in writecb() argument 192 void connectcb(struct ev_loop *loop, ev_io *w, int revents) { in connectcb() argument 834 void idle_readcb(struct ev_loop *loop, ev_io *w, int revents) { in idle_readcb() argument 847 void idle_timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in idle_timeoutcb() argument
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_dmix.c | 874 static int snd_pcm_dmix_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_dmix_poll_revents() argument
|
| H A D | pcm_ioplug.c | 810 static int snd_pcm_ioplug_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_ioplug_poll_revents() argument
|
| H A D | pcm_multi.c | 125 static int snd_pcm_multi_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_multi_poll_revents() argument
|
| H A D | pcm_direct.c | 751 int snd_pcm_direct_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) argument [all...] |
| /third_party/alsa-lib/src/rawmidi/ |
| H A D | rawmidi.c | 449 int snd_rawmidi_poll_descriptors_revents(snd_rawmidi_t *rawmidi, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_rawmidi_poll_descriptors_revents() argument
|
| H A D | ump.c | 172 snd_ump_poll_descriptors_revents(snd_ump_t *ump, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) snd_ump_poll_descriptors_revents() argument
|
| /third_party/alsa-lib/src/mixer/ |
| H A D | mixer.c | 751 int snd_mixer_poll_descriptors_revents(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_mixer_poll_descriptors_revents() argument
|
| /third_party/alsa-lib/src/hwdep/ |
| H A D | hwdep.c | 297 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_hwdep_poll_descriptors_revents() argument
|
| /third_party/alsa-lib/src/timer/ |
| H A D | timer.c | 389 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_timer_poll_descriptors_revents() argument
|
| /third_party/alsa-utils/amidi/ |
| H A D | amidi.c | 685 unsigned short revents; in main() local
|
| /third_party/alsa-lib/src/control/ |
| H A D | hcontrol.c | 195 int snd_hctl_poll_descriptors_revents(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_hctl_poll_descriptors_revents() argument 678 unsigned short *revents; in snd_hctl_wait() local
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_ep0.c | 1091 uint32_t revents = POLLWRNORM; in generic_ep0_handle_poll() local
|
| /third_party/libuv/src/unix/ |
| H A D | udp.c | 135 static void uv__udp_io(uv_loop_t* loop, uv__io_t* w, unsigned int revents) { in uv__udp_io() argument
|
| H A D | sunos.c | 449 uv__fs_event_read(uv_loop_t* loop, uv__io_t* w, unsigned int revents) uv__fs_event_read() argument
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | udp.c | 171 static void uv__udp_io(uv_loop_t* loop, uv__io_t* w, unsigned int revents) { in uv__udp_io() argument
|
| H A D | sunos.c | 442 uv__fs_event_read(uv_loop_t* loop, uv__io_t* w, unsigned int revents) uv__fs_event_read() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-solaris.c | 665 unsigned short revents = 0; in thread_func() local
|
| /third_party/pulseaudio/src/modules/oss/ |
| H A D | module-oss.c | 896 short revents = 0; in thread_func() local [all...] |
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_dev.c | 1048 int fflags, revents; in usb_poll() local
|
| /third_party/libwebsockets/include/ |
| H A D | libwebsockets.h | 509 short int revents; /* Types of events that actually occurred. */ member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | eloop.c | 594 eloop_sock_table_dispatch_table(struct eloop_sock_table *table, struct pollfd **pollfds_map, int max_pollfd_map, short int revents) eloop_sock_table_dispatch_table() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | eloop.c | 597 eloop_sock_table_dispatch_table(struct eloop_sock_table *table, struct pollfd **pollfds_map, int max_pollfd_map, short int revents) eloop_sock_table_dispatch_table() argument
|