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

Function mt_time_ms

adapter/micro_thread/mt_api.cpp:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633unsigned long long mt_time_ms(void)
634{
635 return MtFrame::Instance()->GetLastClock();
636}
637
638int mt_wait_events(int fd, int events, int timeout)
639{

Callers 9

ResetMethod · 0.85
CSockLinkMethod · 0.85
ConnectMethod · 0.85
SendDataMethod · 0.85
InputNotifyMethod · 0.85
OutputNotifyMethod · 0.85
timer_notifyMethod · 0.85
free_sk_bufferFunction · 0.85
FreeItemMethod · 0.85

Calls 1

GetLastClockMethod · 0.80

Tested by

no test coverage detected