Searched refs:vki_pollfd (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_libcfile.h92 extern SysRes VG_(poll) (struct vki_pollfd *fds, Int nfds, Int timeout);
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h481 struct vki_pollfd { struct
H A Dvki-arm64-linux.h454 struct vki_pollfd { struct
H A Dvki-arm-linux.h529 struct vki_pollfd { struct
H A Dvki-ppc32-linux.h667 struct vki_pollfd { struct
H A Dvki-ppc64-linux.h649 struct vki_pollfd { struct
H A Dvki-s390x-linux.h624 struct vki_pollfd { struct
H A Dvki-x86-linux.h561 struct vki_pollfd { struct
H A Dvki-mips32-linux.h659 struct vki_pollfd { struct
H A Dvki-mips64-linux.h675 struct vki_pollfd { struct
H A Dvki-darwin.h649 #define vki_pollfd pollfd macro
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c80 static SysRes VG_(poll_no_eintr) (struct vki_pollfd *fds, Int nfds, Int timeout)
107 static struct vki_pollfd remote_desc_pollfdread_activity;
224 struct vki_pollfd write_remote_desc_ok;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3857 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1;
3861 struct vki_pollfd *, ufds, unsigned int, nfds, long, timeout);
3877 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1;
H A Dsyswrap-linux.c1259 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1;
1263 struct vki_pollfd *, ufds, unsigned int, nfds,
1286 struct vki_pollfd* ufds = (struct vki_pollfd *)ARG1;
/external/valgrind/main/coregrind/
H A Dm_libcfile.c493 SysRes VG_(poll) (struct vki_pollfd *fds, Int nfds, Int timeout)

Completed in 1393 milliseconds