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

Function mt_thread_wait

adapter/micro_thread/mt_api.cpp:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void mt_thread_wait(int ms)
654{
655 MtFrame::Instance()->WaitNotify(ms);
656}
657
658void mt_thread_wakeup_wait(void * thread_p)
659{

Callers

nothing calls this directly

Calls 1

WaitNotifyMethod · 0.80

Tested by

no test coverage detected