Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/
Dpoll.h31 struct pollfd { struct
37 int poll (struct pollfd *, nfds_t, int); argument
/interface/sdk_c/third_party/libuv/include/uv/
Dwin.h36 typedef struct pollfd { struct
37 SOCKET fd;
38 short events;
39 short revents;