Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/NuttX/fs/vfs/
Dfs_select.c96 int do_select(int nfds, fd_set *readfds, fd_set *writefds, in do_select()
317 int select(int nfds, fd_set *readfds, fd_set *writefds, in select()
Dfs_poll.c274 static int query_fds(struct pollfd *fds, nfds_t nfds, poll_table *wait) in query_fds()
396 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
/third_party/glib/glib/
Dgpoll.c122 guint nfds, in g_poll()
297 guint nfds, in fill_poll_thread_data()
365 guint nfds, in g_poll()
506 guint nfds, in g_poll()
/third_party/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c40 unsigned int nfds; /* nfds ppoll parameter */ member
158 static inline int libc_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in libc_ppoll()
165 static inline int sys_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll()
171 static inline int sys_ppoll_time64(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll_time64()
/third_party/ltp/testcases/kernel/syscalls/select/
Dselect_var.h21 static int do_select_faulty_to(int nfds, fd_set *readfds, fd_set *writefds, in do_select_faulty_to()
99 static inline int do_select(int nfds, fd_set *readfds, fd_set *writefds, in do_select()
Dselect01.c25 int *nfds; member
Dselect03.c28 int *nfds; member
/third_party/node/deps/cares/src/lib/
Dares_fds.c26 ares_socket_t nfds; in ares_fds() local
/third_party/libuv/src/unix/
Depoll.c53 uintptr_t nfds; in uv__platform_invalidate_fd() local
129 int nfds; in uv__io_poll() local
Dkqueue.c129 int nfds; in uv__io_poll() local
447 uintptr_t nfds; in uv__platform_invalidate_fd() local
Dposix-poll.c143 int nfds; in uv__io_poll() local
/third_party/ltp/testcases/kernel/syscalls/dup/
Ddup03.c20 int nfds; variable
/third_party/ninja/src/
Dsubprocess-posix.cc242 nfds_t nfds = 0; in DoWork() local
292 int nfds = 0; in DoWork() local
/third_party/libdrm/tests/kms/
Dkms-steal-crtc.c118 int nfds = STDIN_FILENO + 1; in main() local
/third_party/pulseaudio/src/pulsecore/
Dpoll-posix.c59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll()
Dpoll.h59 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) argument
/third_party/ltp/testcases/kernel/syscalls/pselect/
Dpselect02.c23 int nfds; member
/third_party/alsa-utils/alsamixer/
Dmainloop.c72 int nfds = 0, n; in mainloop() local
/third_party/curl/tests/libtest/
Dfirst.c45 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper()
/third_party/curl/lib/
Dselect.c329 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms) in Curl_poll()
/third_party/node/deps/cares/src/tools/
Dahost.c59 int status, nfds, c, addr_family = AF_INET; in main() local
/third_party/glib/gio/
Dgunixoutputstream.c328 int nfds = 0; in g_unix_output_stream_write() local
407 int nfds = 0; in g_unix_output_stream_writev() local
/third_party/libusb/libusb/os/
Devents_posix.c222 usbi_nfds_t nfds = (usbi_nfds_t)ctx->event_data_cnt; in usbi_wait_for_events() local
/third_party/ltp/testcases/network/lib6/
Dasapi_02.c120 int maxfd, nfds; in ic6_recv1() local
/third_party/grpc/test/cpp/end2end/
Dnonblocking_test.cc49 int maybe_assert_non_blocking_poll(struct pollfd* pfds, nfds_t nfds, in maybe_assert_non_blocking_poll()

1234