Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 25 of 233) sorted by relevance

12345678910

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dnetpoll_aix.go22 func poll(pfds *pollfd, npfds uintptr, timeout uintptr) (int32, int32) {
28 type pollfd struct { struct
29 fd int32
30 events int16
31 revents int16
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dpoll.h39 struct pollfd struct
57 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout); argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dpoll.h39 struct pollfd struct
57 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout); argument
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-freertos.h47 struct pollfd { struct
48 lws_sockfd_type fd; /**< fd related to */
49 short events; /**< which POLL... events to respond to */
50 short revents; /**< which POLL... events occurred */
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/asm-generic/
Dpoll.h33 struct pollfd { struct
34 int fd;
35 short events;
36 short revents;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/bionic/libc/kernel/uapi/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/asm-generic/
H A Dpoll.h34 struct pollfd { struct
35 int fd;
36 short events;
37 short revents;
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/asm-generic/
Dpoll.h46 struct pollfd { struct
47 int fd;
48 short events;
49 short revents;

12345678910