Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 25 of 81) 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.h44 struct pollfd { struct
61 int pa_poll(struct pollfd *fds, unsigned long nfds, int timeout); argument
Drtpoll.c48 struct pollfd *pollfd, *pollfd2; member
74 struct pollfd *pollfd; member
512 struct pollfd *pollfd; in pa_rtpoll_item_new_fdsem() local
576 struct pollfd *pollfd; in pa_rtpoll_item_new_asyncmsgq_read() local
610 struct pollfd *pollfd; in pa_rtpoll_item_new_asyncmsgq_write() local
/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/include/
Dpoll.h31 struct pollfd { struct
37 int poll (struct pollfd *, nfds_t, int); argument
/third_party/musl/ndk_musl_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_m_iccarm/kernel/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.h49 struct pollfd struct
51 curl_socket_t fd;
52 short events;
53 short revents;
/third_party/ffmpeg/libavformat/
Dos_support.h118 struct pollfd { struct
140 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout); argument
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/
Dpidfd_open03.c19 struct pollfd pollfd; in run() local
/third_party/glib/gio/
Dgasynchelper.c43 GPollFD pollfd[2]; in _g_win32_overlap_wait_result() local
/third_party/libwebsockets/lib/roles/pipe/
Dops-pipe.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_pipe()
/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/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_listen()
/third_party/pulseaudio/src/modules/
Dmodule-pipe-source.c134 struct pollfd *pollfd; in thread_func() local
213 struct pollfd *pollfd; in pa__init() local
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_skt()
/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/ltp/testcases/kernel/syscalls/userfaultfd/
Duserfaultfd01.c47 struct pollfd pollfd; in handle_thread() local

1234