/third_party/alsa-lib/include/ |
H A D | timer.h | 158 int snd_timer_poll_descriptors_revents(snd_timer_t *timer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
H A D | control.h | 388 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 D | mixer.h | 108 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 D | coap_net.h | 626 * @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 D | eloop.c | 690 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 D | eloop.c | 693 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 D | selectmodule.c | 1537 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 D | rawmidi.c | 445 * \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 D | hcontrol.c | 191 * \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 D | client.c | 604 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 D | test_new_connection.c | 710 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local 711 if(nfds == -1) { in fetch_uri()
|
H A D | test_notls.c | 648 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() local 649 if(nfds == -1) { in fetch_uri()
|
H A D | test_request_response.c | 698 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 D | pcm_direct.h | 334 int snd_pcm_direct_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
H A D | pcm_ioplug.c | 53 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 D | unix.h | 228 unsigned int nfds; \
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 228 unsigned int nfds; \
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 901 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 D | copy.cpp | 528 nfds_t nfds = 2; in GetNotifyEvent() local 535 auto ret = poll(fds, nfds, -1); in GetNotifyEvent()
|
/third_party/libuv/src/unix/ |
H A D | process.c | 128 loop->nfds--; in uv__wait_children() 1040 loop->nfds++; in uv_spawn()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1315 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 D | test.h | 66 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 348 int Curl_amiga_select(int nfds, fd_set *readfds, fd_set *writefds,
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 513 int poll(struct pollfd *fds, int nfds, int timeout);
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 768 nfds_t nfds = 2; in GetNotifyEvent() local 775 auto ret = poll(fds, nfds, -1); in GetNotifyEvent()
|