MCPcopy 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
158void Thread::Destroy()
159{
160 FreeStack();
161 memset(&_jmpbuf, 0, sizeof(_jmpbuf));
162}
163
164void Thread::Reset()
165{

Callers 3

DestroyPoolMethod · 0.45
FreeThreadMethod · 0.45
InitFrameMethod · 0.45

Calls 4

memsetFunction · 0.85
HeapPopMethod · 0.80
DestroyPoolMethod · 0.80
TermKqueueMethod · 0.80

Tested by

no test coverage detected