Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateSocket
Method · 0.80
CloseSocket
Method · 0.80
CreateSocket
Method · 0.80
CloseSocket
Method · 0.80
recvfrom
Method · 0.80
sendto
Method · 0.80
connect
Method · 0.80
accept
Method · 0.80
read
Method · 0.80
write
Method · 0.80
recv
Method · 0.80
send
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected