Home
last modified time | relevance | path

Searched refs:nfds (Results 101 - 125 of 152) sorted by relevance

1234567

/third_party/alsa-lib/include/
H A Dtimer.h158 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
H A Dcontrol.h388 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
741 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
H A Dmixer.h108 int snd_mixer_poll_descriptors_revents(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
/third_party/libcoap/include/coap3/
H A Dcoap_net.h626 * @param nfds The maximum FD set in readfds, writefds or exceptfds
641 int nfds, fd_set *readfds, fd_set *writefds,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop.c690 static void eloop_sock_table_dispatch(struct epoll_event *events, int nfds) in eloop_sock_table_dispatch() argument
695 for (i = 0; i < nfds; i++) { in eloop_sock_table_dispatch()
712 static void eloop_sock_table_dispatch(struct kevent *events, int nfds) in eloop_sock_table_dispatch() argument
717 for (i = 0; i < nfds; i++) { in eloop_sock_table_dispatch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop.c693 static void eloop_sock_table_dispatch(struct epoll_event *events, int nfds) in eloop_sock_table_dispatch() argument
698 for (i = 0; i < nfds; i++) { in eloop_sock_table_dispatch()
715 static void eloop_sock_table_dispatch(struct kevent *events, int nfds) in eloop_sock_table_dispatch() argument
720 for (i = 0; i < nfds; i++) { in eloop_sock_table_dispatch()
/third_party/python/Modules/
H A Dselectmodule.c1537 int nfds, i; in select_epoll_poll_impl() local
1597 nfds = epoll_wait(self->epfd, evs, maxevents, (int)ms); in select_epoll_poll_impl()
1610 nfds = 0; in select_epoll_poll_impl()
1618 if (nfds < 0) { in select_epoll_poll_impl()
1623 elist = PyList_New(nfds); in select_epoll_poll_impl()
1628 for (i = 0; i < nfds; i++) { in select_epoll_poll_impl()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi.c445 * \param nfds count of poll descriptors
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
452 if (nfds == 1) { in snd_rawmidi_poll_descriptors_revents()
/third_party/alsa-lib/src/control/
H A Dhcontrol.c191 * \param nfds count of poll descriptors
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
198 return snd_ctl_poll_descriptors_revents(hctl->ctl, pfds, nfds, revents); in snd_hctl_poll_descriptors_revents()
/third_party/nghttp2/examples/
H A Dclient.c604 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local
605 if (nfds == -1) { in fetch_uri()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c710 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local
711 if(nfds == -1) { in fetch_uri()
H A Dtest_notls.c648 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local
649 if(nfds == -1) { in fetch_uri()
H A Dtest_request_response.c698 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local
699 if(nfds == -1) { in fetch_uri()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.h334 int snd_pcm_direct_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
H A Dpcm_ioplug.c53 static int snd_pcm_ioplug_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
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
817 err = io->data->callback->poll_revents(io->data, pfds, nfds, revents); in snd_pcm_ioplug_poll_revents()
/third_party/libuv/include/uv/
H A Dunix.h228 unsigned int nfds; \
/third_party/node/deps/uv/include/uv/
H A Dunix.h228 unsigned int nfds; \
/third_party/node/deps/uv/src/unix/
H A Dcore.c901 loop->nfds++; in uv__io_start()
927 assert(loop->nfds > 0); in uv__io_stop()
929 loop->nfds--; in uv__io_stop()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp528 nfds_t nfds = 2; in GetNotifyEvent() local
535 auto ret = poll(fds, nfds, -1); in GetNotifyEvent()
/third_party/libuv/src/unix/
H A Dprocess.c128 loop->nfds--; in uv__wait_children()
1040 loop->nfds++; in uv_spawn()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1315 pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int; in poll()
1326 nfds: ::c_int, in select()
1482 nfds: ::c_int, in pselect()
1516 nfds: ::c_int, in pselect()
/third_party/curl/tests/libtest/
H A Dtest.h66 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
/third_party/curl/lib/
H A Dcurl_setup.h348 int Curl_amiga_select(int nfds, fd_set *readfds, fd_set *writefds,
/third_party/libwebsockets/include/
H A Dlibwebsockets.h513 int poll(struct pollfd *fds, int nfds, int timeout);
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp768 nfds_t nfds = 2; in GetNotifyEvent() local
775 auto ret = poll(fds, nfds, -1); in GetNotifyEvent()

Completed in 33 milliseconds

1234567