/third_party/libwebsockets/include/libwebsockets/ |
D | lws-freertos.h | 47 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/ |
D | poll.h | 44 struct pollfd { struct 61 int pa_poll(struct pollfd *fds, unsigned long nfds, int timeout); argument
|
D | rtpoll.c | 48 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/ |
D | poll.h | 31 struct pollfd { struct 37 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/musl/include/ |
D | poll.h | 31 struct pollfd { struct 37 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/musl/ndk_musl_include/ |
D | poll.h | 31 struct pollfd { struct 37 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | poll.h | 31 struct pollfd { struct 37 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/musl/porting/linux/user/include/ |
D | poll.h | 31 struct pollfd { struct 37 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | poll.h | 31 struct pollfd { struct 37 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 35 struct pollfd { struct 41 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 35 struct pollfd { struct 41 int poll (struct pollfd *, nfds_t, int); argument
|
/third_party/curl/lib/ |
D | select.h | 49 struct pollfd struct 51 curl_socket_t fd; 52 short events; 53 short revents;
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 118 struct pollfd { struct 140 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout); argument
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/ |
D | pidfd_open03.c | 19 struct pollfd pollfd; in run() local
|
/third_party/glib/gio/ |
D | gasynchelper.c | 43 GPollFD pollfd[2]; in _g_win32_overlap_wait_result() local
|
/third_party/libwebsockets/lib/roles/pipe/ |
D | ops-pipe.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_pipe()
|
/third_party/libwebsockets/lib/core-net/ |
D | service.c | 62 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/ |
D | ops-raw-file.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_file()
|
/third_party/libwebsockets/lib/roles/listen/ |
D | ops-listen.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_listen()
|
/third_party/pulseaudio/src/modules/ |
D | module-pipe-source.c | 134 struct pollfd *pollfd; in thread_func() local 213 struct pollfd *pollfd; in pa__init() local
|
/third_party/libwebsockets/lib/roles/raw-skt/ |
D | ops-raw-skt.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_skt()
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_proxy()
|
/third_party/pulseaudio/src/tests/ |
D | rtpoll-test.c | 46 struct pollfd *pollfd; in START_TEST() local
|
D | lock-autospawn-test.c | 60 struct pollfd pollfd; in thread_func2() local
|
/third_party/ltp/testcases/kernel/syscalls/userfaultfd/ |
D | userfaultfd01.c | 47 struct pollfd pollfd; in handle_thread() local
|