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

Method SaveContext

adapter/micro_thread/micro_thread.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134int Thread::SaveContext()
135{
136 return save_context(_jmpbuf);
137}
138
139void Thread::RestoreContext()
140{

Callers 2

NotifyThreadMethod · 0.80
SwapDaemonThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected