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

Method ScheduleThread

adapter/micro_thread/micro_thread.cpp:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void ScheduleObj::ScheduleThread()
300{
301 MtFrame* frame = MtFrame::Instance();
302 frame->ThreadSchdule();
303}
304
305utime64_t ScheduleObj::ScheduleGetTime()
306{

Callers 2

SwitchContextMethod · 0.80
RunMethod · 0.80

Calls 1

ThreadSchduleMethod · 0.80

Tested by

no test coverage detected