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

Function mt_wait_events

adapter/micro_thread/mt_api.cpp:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638int mt_wait_events(int fd, int events, int timeout)
639{
640 return MtFrame::Instance()->WaitEvents(fd, events, timeout);
641}
642
643void* mt_start_thread(void* entry, void* args)
644{

Callers

nothing calls this directly

Calls 1

WaitEventsMethod · 0.80

Tested by

no test coverage detected