MCPcopy 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

recvfromMethod · 0.45
sendtoMethod · 0.45
connectMethod · 0.45
acceptMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
recvMethod · 0.45
sendMethod · 0.45
WaitEventsMethod · 0.45
InitConnEnvMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected