Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetOwnerThread
Method
SetOwnerThread
adapter/micro_thread/mt_session.h:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
return _thread;
59
};
60
void SetOwnerThread(MicroThread* thread) {
61
_thread = thread;
62
};
63
64
IMtConnection* GetSessionConn(){
65
return _connection;
Callers
10
recvfrom
Method · 0.45
sendto
Method · 0.45
connect
Method · 0.45
accept
Method · 0.45
read
Method · 0.45
write
Method · 0.45
recv
Method · 0.45
send
Method · 0.45
WaitEvents
Method · 0.45
InitConnEnv
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected