Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mt_thread_wakeup_wait
Function
mt_thread_wakeup_wait
adapter/micro_thread/mt_api.cpp:658–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
void mt_thread_wakeup_wait(void * thread_p)
659
{
660
MtFrame::Instance()->NotifyThread((MicroThread *) thread_p);
661
}
662
663
void mt_swap_thread()
664
{
Callers
nothing calls this directly
Calls
1
NotifyThread
Method · 0.45
Tested by
no test coverage detected