| 636 | } |
| 637 | |
| 638 | int mt_wait_events(int fd, int events, int timeout) |
| 639 | { |
| 640 | return MtFrame::Instance()->WaitEvents(fd, events, timeout); |
| 641 | } |
| 642 | |
| 643 | void* mt_start_thread(void* entry, void* args) |
| 644 | { |
nothing calls this directly
no test coverage detected