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

Method Initial

adapter/micro_thread/micro_thread.cpp:145–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144
145bool Thread::Initial()
146{
147 if (!InitStack())
148 {
149 MTLOG_ERROR("init stack failed");
150 return false;
151 }
152
153 InitContext();
154
155 return true;
156}
157
158void Thread::Destroy()
159{

Callers 2

InitialPoolMethod · 0.80
AllocThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected