Searched refs:nfds_t (Results 1 – 19 of 19) sorted by relevance
/external/fio/os/windows/posix/include/sys/ |
D | poll.h | 4 typedef int nfds_t; typedef 13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
|
/external/dhcpcd-6.8.2/compat/ |
D | pselect.c | 39 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts() 43 nfds_t n; in pollts()
|
D | pollts.h | 36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict,
|
D | pollts.c | 42 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.h | 76 nfds_t *real_size); 85 nfds_t *real_size);
|
D | mhd2spdy.c | 77 nfds_t spdy_npollfds = 1; in run_everything()
|
D | mhd2spdy_spdy.c | 988 nfds_t *real_size) in spdy_get_selectfdset()
|
/external/dhcpcd-6.8.2/ |
D | eloop.c | 588 n = pollts(ctx->fds, (nfds_t)ctx->events_len, tsp, in eloop_start() 591 n = poll(ctx->fds, (nfds_t)ctx->events_len, timeout); in eloop_start()
|
/external/libusb/libusb/ |
D | libusbi.h | 764 struct pollfd *fds, nfds_t nfds, int num_ready);
|
D | io.c | 1780 nfds_t nfds = 0; in handle_events()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_notls.c | 612 nfds_t npollfds = 1; in fetch_uri()
|
D | test_request_response.c | 650 nfds_t npollfds = 1; in fetch_uri()
|
D | test_new_connection.c | 662 nfds_t npollfds = 1; in fetch_uri()
|
/external/fio/os/windows/ |
D | posix.c | 736 int poll(struct pollfd fds[], nfds_t nfds, int timeout) in poll()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1050 CHECK_TYPE_SIZE(nfds_t);
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 677 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 641 #define vki_nfds_t nfds_t
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1384 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_re… in op_handle_events()
|
D | linux_usbfs.c | 2102 struct pollfd *fds, nfds_t nfds, int num_ready) in op_handle_events()
|