HomeSort by relevance Sort by last modified time
    Searched refs:nfds_t (Results 51 - 75 of 78) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
poll.h 39 typedef unsigned int nfds_t; typedef
41 extern int poll(struct pollfd*, nfds_t, int);
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
poll.h 39 typedef unsigned int nfds_t; typedef
41 extern int poll(struct pollfd*, nfds_t, int);
42 extern int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
poll.h 37 typedef unsigned long int nfds_t; typedef
58 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
poll.h 37 typedef unsigned long int nfds_t; typedef
58 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
poll.h 37 typedef unsigned long int nfds_t; typedef
58 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /bionic/libc/include/
poll.h 39 typedef unsigned int nfds_t; typedef
41 int poll(struct pollfd*, nfds_t, int);
42 int ppoll(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*);
44 int __poll_chk(struct pollfd*, nfds_t, int, size_t);
45 int __poll_real(struct pollfd*, nfds_t, int) __RENAME(poll);
48 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t);
49 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll);
55 int poll(struct pollfd* fds, nfds_t fd_count, int timeout) {
71 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask) {
  /external/dhcpcd-6.8.2/compat/
pollts.h 36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict,
pselect.c 39 pollts(struct pollfd *__restrict fds, nfds_t nfds,
43 nfds_t n;
pollts.c 42 pollts(struct pollfd *__restrict fds, nfds_t nfds,
  /bionic/libc/bionic/
__poll_chk.cpp 33 extern "C" int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) {
40 extern "C" int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask, size_t fds_size) {
poll.cpp 40 int poll(pollfd* fds, nfds_t fd_count, int ms) {
50 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) {
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.h 76 nfds_t *real_size);
85 nfds_t *real_size);
mhd2spdy.c 77 nfds_t spdy_npollfds = 1;
mhd2spdy_spdy.c 913 nfds_t *real_size)
988 nfds_t *real_size)
  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 55 typedef int (*poll)(struct pollfd *, nfds_t, int);
  /external/dhcpcd-6.8.2/
eloop.c 588 n = pollts(ctx->fds, (nfds_t)ctx->events_len, tsp,
591 n = poll(ctx->fds, (nfds_t)ctx->events_len, timeout);
  /external/libusb/libusb/
libusbi.h 764 struct pollfd *fds, nfds_t nfds, int num_ready);
io.c     [all...]
  /bionic/tests/
fortify_test.cpp 1022 nfds_t fd_count = atoi("2"); // suppress compiler optimizations
1029 nfds_t fd_count = atoi("2"); // suppress compiler optimizations
  /external/libmicrohttpd/src/testspdy/
test_notls.c 612 nfds_t npollfds = 1;
test_new_connection.c 662 nfds_t npollfds = 1;
test_request_response.c 650 nfds_t npollfds = 1;
  /external/fio/os/windows/
posix.c 736 int poll(struct pollfd fds[], nfds_t nfds, int timeout)
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 677 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1050 CHECK_TYPE_SIZE(nfds_t); variable
    [all...]

Completed in 380 milliseconds

1 23 4