HomeSort by relevance Sort by last modified time
    Searched refs:pollfd (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fio/os/windows/posix/include/sys/
poll.h 6 struct pollfd struct
13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
  /bionic/tests/headers/posix/
poll_h.c 34 TYPE(struct pollfd);
35 STRUCT_MEMBER(struct pollfd, int, fd);
36 STRUCT_MEMBER(struct pollfd, short, events);
37 STRUCT_MEMBER(struct pollfd, short, revents);
52 FUNCTION(poll, int (*f)(struct pollfd[], nfds_t, int));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
poll.h 40 struct pollfd struct
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 40 struct pollfd struct
58 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /external/valgrind/memcheck/tests/
badpoll.c 12 struct pollfd* ufds = malloc(2 * sizeof(struct pollfd) - 1);
  /bionic/libc/include/
poll.h 41 int poll(struct pollfd* __fds, nfds_t __count, int __timeout_ms);
42 int ppoll(struct pollfd* __fds, nfds_t __count, const struct timespec* __timeout, const sigset_t* __mask) __INTRODUCED_IN(21);
43 int ppoll64(struct pollfd* __fds, nfds_t __count, const struct timespec* __timeout, const sigset64_t* __mask) __INTRODUCED_IN(28);
  /external/dhcpcd-6.8.2/compat/
pollts.h 36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict,
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.h 37 spdy_ctl_poll(struct pollfd *pollfd,
73 spdy_get_pollfdset(struct pollfd fds[],
89 spdy_run(struct pollfd fds[],
  /system/core/adb/
fdevent.cpp 54 adb_pollfd pollfd; member in struct:PollNode
57 memset(&pollfd, 0, sizeof(pollfd));
58 pollfd.fd = fde->fd;
63 pollfd.events = POLLRDHUP;
177 node.pollfd.events |= POLLIN;
179 node.pollfd.events &= ~POLLIN;
183 node.pollfd.events |= POLLOUT;
185 node.pollfd.events &= ~POLLOUT;
222 for (const auto& pollfd : pollfds)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h 57 struct pollfd { struct
88 int poll(struct pollfd *, nfds_t, int);
  /bionic/libc/include/bits/fortify/
poll.h 33 int __poll_chk(struct pollfd*, nfds_t, int, size_t) __INTRODUCED_IN(23);
34 int __ppoll_chk(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*, size_t)
41 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, int timeout)
55 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, const struct timespec* timeout, const sigset_t* mask)
68 int __poll_real(struct pollfd*, nfds_t, int) __RENAME(poll);
69 __errordecl(__poll_too_small_error, "poll: pollfd array smaller than fd count");
71 int __ppoll_real(struct pollfd*, nfds_t, const struct timespec*, const sigset_t*) __RENAME(ppoll)
73 __errordecl(__ppoll_too_small_error, "ppoll: pollfd array smaller than fd count");
76 int poll(struct pollfd* fds, nfds_t fd_count, int timeout) {
88 int ppoll(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout
    [all...]
  /external/ltp/testcases/kernel/syscalls/utils/
poll.h 21 struct pollfd { struct
  /device/generic/goldfish/wifi/ipv6proxy/
proxy.h 24 struct pollfd;
54 bool receiveIfPossible(const pollfd&, Socket& socket, Message* message);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.h 67 pollfd InitializePollFd(HWEventData *event_data);
72 vector<pollfd> poll_fds_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
mainloop.h 31 struct pollfd;
126 typedef int (*pa_poll_func)(struct pollfd *ufds, unsigned long nfds, int timeout, void*userdata);
  /bionic/libc/kernel/uapi/asm-generic/
poll.h 46 struct pollfd { struct
  /external/kernel-headers/original/uapi/asm-generic/
poll.h 36 struct pollfd { struct
  /packages/services/Car/tools/keventreader/server/
eventgatherer.h 37 std::vector<pollfd> mFds;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 33 struct pollfd { struct
  /external/dhcpcd-6.8.2/
eloop.h 51 struct pollfd *pollfd; member in struct:eloop_event
79 struct pollfd *fds;
  /external/libevent/
poll.c 65 struct pollfd *event_set;
66 struct pollfd *event_set_copy;
116 struct pollfd *pfd = &pop->event_set[i];
130 struct pollfd *event_set;
144 struct pollfd *tmp = mm_realloc(pop->event_set_copy,
145 pop->event_count * sizeof(struct pollfd));
154 sizeof(struct pollfd)*nfds);
220 struct pollfd *pfd = NULL;
230 struct pollfd *tmp_event_set;
240 tmp_event_count * sizeof(struct pollfd));
    [all...]
  /libcore/ojluni/src/main/native/
PollArrayWrapper.c 42 ipoll(struct pollfd fds[], unsigned int nfds, int timeout)
76 struct pollfd *a;
79 a = (struct pollfd *) jlong_to_ptr(address);
  /external/adhd/cras/src/server/
cras_dbus.c 22 struct pollfd pollfd; local
24 pollfd.fd = dbus_watch_get_unix_fd(watch);
25 pollfd.events = POLLIN | POLLOUT;
27 r = poll(&pollfd, 1, 0);
32 if (pollfd.revents & POLLIN)
34 if (pollfd.revents & POLLOUT)
  /system/netd/server/
IptablesRestoreController.cpp 63 struct pollfd pollfd = { .fd = stdIn, .events = POLLOUT }; local
64 int ret = poll(&pollfd, 1, 0);
69 return (ret == 1) && !(pollfd.revents & POLLERR);
110 struct pollfd pollFds[2];
294 const struct pollfd &pollfd = process->pollFds[i]; local
295 if (pollfd.revents & POLLIN) {
298 size = TEMP_FAILURE_RETRY(read(pollfd.fd, buffer, sizeof(buffer)));
327 if (pollfd.revents & POLLHUP)
    [all...]
  /external/ltp/testcases/kernel/syscalls/poll/
poll02.c 35 struct pollfd pfds[] = {

Completed in 392 milliseconds

1 2 3 4 5 6 7 8 91011>>