Home
last modified time | relevance | path

Searched refs:WaitEvents (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.h440 static int WaitEvents(int fd, int events, int timeout);
H A Dmt_api.cpp640 return MtFrame::Instance()->WaitEvents(fd, events, timeout); in mt_wait_events()
H A Dmicro_thread.cpp1396 int MtFrame::WaitEvents(int fd, int events, int timeout) in WaitEvents() function in MtFrame