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

Method Wait

adapter/micro_thread/micro_thread.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void Thread::Wait()
185{
186 if (save_context(_jmpbuf) == 0)
187 {
188 ScheduleObj::Instance()->SchedulePend();
189 }
190}
191
192bool Thread::CheckStackHealth(char *esp)
193{

Callers 1

mt_exec_all_taskFunction · 0.80

Calls 1

SchedulePendMethod · 0.80

Tested by

no test coverage detected