Searched defs:nfds (Results 76 - 85 of 85) sorted by relevance
1234
/third_party/lwip/src/api/ |
H A D | sockets.c | 2270 lwip_pollscan(struct pollfd *fds, nfds_t nfds, enum lwip_pollscan_opts opts) in lwip_pollscan() argument 2361 lwip_poll_inc_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_inc_sockets_used() argument 2376 lwip_poll_dec_sockets_used(struct pollfd *fds, nfds_t nfds) in lwip_poll_dec_sockets_used() argument 2396 lwip_poll(struct pollfd *fds, nfds_t nfds, in argument [all...] |
/third_party/python/Modules/ |
H A D | selectmodule.c | 1537 int nfds, i; in select_epoll_poll_impl() local
|
H A D | _ssl.c | 2267 int nfds; in PySSL_select() local
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 349 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_ctl_poll_descriptors_revents() argument
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 64 int nfds = 0; in uv__epoll_wait() local 724 int nfds; member 1401 int nfds; in uv__io_poll() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 1967 int nfds = c_session->sock.fd +1; in receive_timeout() local
|
/third_party/libcoap/examples/ |
H A D | coap-server.c | 2723 int nfds = 0; in main() local
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 2084 nfds_t nfds = 1; in udev_event_listener_thread() local
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 1133 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_seq_poll_descriptors_revents() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 1865 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_poll_descriptors_revents() argument 1876 __snd_pcm_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) __snd_pcm_poll_revents() argument
|
Completed in 61 milliseconds
1234