MCPcopy Create free account
hub / github.com/F-Stack/f-stack / SetOsfd

Method SetOsfd

adapter/micro_thread/kqueue_proxy.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 int GetOsfd() { return _fd; };
132 void SetOsfd(int fd) { _fd = fd; };
133
134 int GetEvents() { return _events; };
135 void SetRcvEvents(int revents) { _revents = revents; };

Callers 14

CreateSocketMethod · 0.80
CloseSocketMethod · 0.80
CreateSocketMethod · 0.80
CloseSocketMethod · 0.80
recvfromMethod · 0.80
sendtoMethod · 0.80
connectMethod · 0.80
acceptMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
recvMethod · 0.80
sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected