Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/libwebsockets/include/libwebsockets/
Dlws-freertos.h47 struct pollfd { struct
48 lws_sockfd_type fd; /**< fd related to */
49 short events; /**< which POLL... events to respond to */
50 short revents; /**< which POLL... events occurred */
/third_party/pulseaudio/src/pulsecore/
Dpoll.h46 struct pollfd { struct
63 int pa_poll(struct pollfd *fds, unsigned long nfds, int timeout); argument
Drtpoll.c51 struct pollfd *pollfd, *pollfd2; member
77 struct pollfd *pollfd; member
521 struct pollfd *pollfd; in pa_rtpoll_item_new_fdsem() local
591 struct pollfd *pollfd; in pa_rtpoll_item_new_asyncmsgq_read() local
625 struct pollfd *pollfd; in pa_rtpoll_item_new_asyncmsgq_write() local
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h31 struct pollfd { struct
37 int poll (struct pollfd *, nfds_t, int); argument
/third_party/musl/include/
Dpoll.h31 struct pollfd { struct
37 int poll (struct pollfd *, nfds_t, int); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h31 struct pollfd { struct
37 int poll (struct pollfd *, nfds_t, int); argument
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h31 struct pollfd { struct
37 int poll (struct pollfd *, nfds_t, int); argument
/third_party/musl/porting/linux/user/include/
Dpoll.h31 struct pollfd { struct
37 int poll (struct pollfd *, nfds_t, int); argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h35 struct pollfd { struct
41 int poll (struct pollfd *, nfds_t, int); argument
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h35 struct pollfd { struct
41 int poll (struct pollfd *, nfds_t, int); argument
/third_party/curl/lib/
Dselect.h50 struct pollfd struct
52 curl_socket_t fd;
53 short events;
54 short revents;
/third_party/ffmpeg/libavformat/
Dos_support.h145 struct pollfd { struct
167 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout); argument
/third_party/libwebsockets/lib/core-net/
Dservice.c62 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd) in lws_handle_POLLOUT_event()
638 lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, in lws_service_fd_tsi()
813 lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd) in lws_service_fd()
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/
Dpidfd_open03.c22 struct pollfd pollfd; in run() local
/third_party/libwebsockets/lib/roles/pipe/
Dops-pipe.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_pipe()
/third_party/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_file()
/third_party/pulseaudio/src/modules/
Dmodule-pipe-source.c134 struct pollfd *pollfd; in thread_func() local
211 struct pollfd *pollfd; in pa__init() local
Dmodule-esound-sink.c170 struct pollfd *pollfd; in sink_process_msg() local
253 struct pollfd *pollfd; in thread_func() local
363 struct pollfd* pollfd; in thread_func() local
/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_listen()
/third_party/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_proxy()
/third_party/pulseaudio/src/tests/
Drtpoll-test.c46 struct pollfd *pollfd; in START_TEST() local
Dlock-autospawn-test.c60 struct pollfd pollfd; in thread_func2() local
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c331 lws_h1_server_socket_service(struct lws *wsi, struct lws_pollfd *pollfd) in lws_h1_server_socket_service()
564 struct lws_pollfd *pollfd) in rops_handle_POLLIN_h1()
/third_party/ltp/testcases/kernel/syscalls/userfaultfd/
Duserfaultfd01.c45 struct pollfd pollfd; in handle_thread() local
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c80 struct lws_pollfd *pollfd)

1234