Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
void Thread::Wait()
185
{
186
if (save_context(_jmpbuf) == 0)
187
{
188
ScheduleObj::Instance()->SchedulePend();
189
}
190
}
191
192
bool Thread::CheckStackHealth(char *esp)
193
{
Callers
1
mt_exec_all_task
Function · 0.80
Calls
1
SchedulePend
Method · 0.80
Tested by
no test coverage detected