Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mt_start_thread
Function
mt_start_thread
adapter/micro_thread/mt_api.cpp:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
void* mt_start_thread(void* entry, void* args)
644
{
645
return MtFrame::Instance()->CreateThread((ThreadStart)entry, args, true);
646
}
647
648
void* mt_active_thread()
649
{
Callers
1
echo_server
Function · 0.85
Calls
1
CreateThread
Method · 0.80
Tested by
no test coverage detected