MCPcopy 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
643void* mt_start_thread(void* entry, void* args)
644{
645 return MtFrame::Instance()->CreateThread((ThreadStart)entry, args, true);
646}
647
648void* mt_active_thread()
649{

Callers 1

echo_serverFunction · 0.85

Calls 1

CreateThreadMethod · 0.80

Tested by

no test coverage detected