MCPcopy Create free account
hub / github.com/chenshuo/muduo / abortNotInLoopThread

Method abortNotInLoopThread

muduo/net/EventLoop.cc:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void EventLoop::abortNotInLoopThread()
228{
229 LOG_FATAL << "EventLoop::abortNotInLoopThread - EventLoop " << this
230 << " was created in threadId_ = " << threadId_
231 << ", current thread id = " << CurrentThread::tid();
232}
233
234void EventLoop::wakeup()
235{

Callers

nothing calls this directly

Calls 1

tidFunction · 0.85

Tested by

no test coverage detected