| 420 | } |
| 421 | |
| 422 | extern "C" void aeStop(aeEventLoop *eventLoop) { |
| 423 | serverAssert(g_eventLoopThisThread == NULL || g_eventLoopThisThread == eventLoop); |
| 424 | eventLoop->stop = 1; |
| 425 | } |
| 426 | |
| 427 | extern "C" int aeCreateFileEvent(aeEventLoop *eventLoop, int fd, int mask, |
| 428 | aeFileProc *proc, void *clientData) |
no outgoing calls
no test coverage detected