/third_party/glib/glib/tests/ |
D | gpoll.c | 40 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/ |
D | gpoll.c | 121 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/ |
D | poll.c | 6 int poll(struct pollfd *fds, nfds_t n, int timeout) in poll()
|
/third_party/musl/compat/time32/ |
D | ppoll_time32.c | 6 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/ |
D | fd_status.py | 15 fds = [] variable
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe01.c | 14 static int fds[2]; variable
|
D | pipe11.c | 21 static int fds[2]; variable
|
D | pipe13.c | 28 static int fds[2]; variable
|
/third_party/python/Lib/multiprocessing/ |
D | forkserver.py | 76 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/ |
D | poll.c | 9 struct pollfd fds[4]; in main() local
|
/third_party/ltp/lib/tests/ |
D | tst_safe_macros.c | 19 int fds[2]; in main() local
|
/third_party/glib/gio/ |
D | gunixfdlist.c | 54 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/ |
D | pstream-util.c | 71 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()
|
D | poll.h | 59 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) argument
|
D | poll-posix.c | 59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll()
|
/third_party/toybox/toys/net/ |
D | microcom.c | 38 struct pollfd fds[2]; in microcom_main() local
|
/third_party/ltp/testcases/kernel/syscalls/poll/ |
D | poll02.c | 16 static int fds[2]; variable
|
/third_party/ltp/testcases/kernel/syscalls/select/ |
D | select04.c | 19 static int fds[2]; variable
|
/third_party/libusb/libusb/os/ |
D | events_posix.c | 192 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/ |
D | pipe2_02.c | 18 static int fds[2]; variable
|
D | pipe2_04.c | 20 static int fds[2]; variable
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait02.c | 18 static int epfd, fds[2]; variable
|
/third_party/e2fsprogs/lib/ |
D | fpopen.c | 43 int fds[2]; in fpopen() local
|
/third_party/musl/src/linux/ |
D | ppoll.c | 10 int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask) in ppoll()
|
/third_party/libdrm/tests/kms/ |
D | kms-steal-crtc.c | 120 fd_set fds; in main() local
|