Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 170) sorted by relevance

1234567

/third_party/glib/glib/tests/
Dgpoll.c40 GPollFD fds[], in prepare_fds()
53 reset_fds (GPollFD fds[], in reset_fds()
67 reset_fds_msg (GPollFD fds[], in reset_fds_msg()
77 GPollFD fds[], in check_fds()
117 GPollFD fds[], in prepare_sockets()
243 GPollFD fds[NUM_POLLFDS]; in test_gpoll() local
/third_party/glib/glib/
Dgpoll.c121 g_poll (GPollFD *fds, in g_poll()
296 fill_poll_thread_data (GPollFD *fds, in fill_poll_thread_data()
364 g_poll (GPollFD *fds, in g_poll()
505 g_poll (GPollFD *fds, in g_poll()
/third_party/musl/src/select/
Dpoll.c6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll()
/third_party/musl/compat/time32/
Dppoll_time32.c6 int __ppoll_time32(struct pollfd *fds, nfds_t n, const struct timespec32 *ts32, const sigset_t *mas… in __ppoll_time32()
/third_party/python/Lib/test/subprocessdata/
Dfd_status.py15 fds = [] variable
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe01.c14 static int fds[2]; variable
Dpipe11.c21 static int fds[2]; variable
Dpipe13.c28 static int fds[2]; variable
/third_party/python/Lib/multiprocessing/
Dforkserver.py76 def connect_to_new_process(self, fds): argument
299 def _serve_one(child_r, fds, unused_fds, handlers): argument
/third_party/node/test/wasi/c/
Dpoll.c9 struct pollfd fds[4]; in main() local
/third_party/ltp/lib/tests/
Dtst_safe_macros.c19 int fds[2]; in main() local
/third_party/glib/gio/
Dgunixfdlist.c54 gint *fds; member
179 g_unix_fd_list_new_from_array (const gint *fds, in g_unix_fd_list_new_from_array()
/third_party/pulseaudio/src/pulsecore/
Dpstream-util.c71 void pa_pstream_send_tagstruct_with_fds(pa_pstream *p, pa_tagstruct *t, int nfd, const int *fds, in pa_pstream_send_tagstruct_with_fds()
93 …ORETURN pa_pstream_send_tagstruct_with_fds(pa_pstream *p, pa_tagstruct *t, int nfd, const int *fds, in pa_pstream_send_tagstruct_with_fds()
Dpoll.h59 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) argument
Dpoll-posix.c59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll()
/third_party/toybox/toys/net/
Dmicrocom.c38 struct pollfd fds[2]; in microcom_main() local
/third_party/ltp/testcases/kernel/syscalls/poll/
Dpoll02.c16 static int fds[2]; variable
/third_party/ltp/testcases/kernel/syscalls/select/
Dselect04.c19 static int fds[2]; variable
/third_party/libusb/libusb/os/
Devents_posix.c192 struct pollfd *fds; in usbi_alloc_event_data() local
221 struct pollfd *fds = ctx->event_data; in usbi_wait_for_events() local
/third_party/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_02.c18 static int fds[2]; variable
Dpipe2_04.c20 static int fds[2]; variable
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait02.c18 static int epfd, fds[2]; variable
/third_party/e2fsprogs/lib/
Dfpopen.c43 int fds[2]; in fpopen() local
/third_party/musl/src/linux/
Dppoll.c10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll()
/third_party/libdrm/tests/kms/
Dkms-steal-crtc.c120 fd_set fds; in main() local

1234567