MCPcopy Create free account
hub / github.com/Tencent/libco / pollfd

Class pollfd

co_hook_sys_call.cpp:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82typedef ssize_t (*recv_pfn_t)(int socket, void *buffer, size_t length, int flags);
83
84typedef int (*poll_pfn_t)(struct pollfd fds[], nfds_t nfds, int timeout);
85typedef int (*setsockopt_pfn_t)(int socket, int level, int option_name,
86 const void *option_value, socklen_t option_len);
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected