MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / poll

Class poll

Kernel/include/net/socket.h:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63};
64
65struct poll {
66 int fd;
67 short events;
68 short returnedEvents;
69};
70
71class Socket;
72

Callers 2

PollMethod · 0.85
PollSyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected