Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ Destroy
Method
Destroy
adapter/micro_thread/micro_thread.cpp:158–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void Thread::Destroy()
159
{
160
FreeStack();
161
memset(&_jmpbuf, 0, sizeof(_jmpbuf));
162
}
163
164
void Thread::Reset()
165
{
Callers
3
DestroyPool
Method · 0.45
FreeThread
Method · 0.45
InitFrame
Method · 0.45
Calls
4
memset
Function · 0.85
HeapPop
Method · 0.80
DestroyPool
Method · 0.80
TermKqueue
Method · 0.80
Tested by
no test coverage detected