}// Set stop to true, so the event loop will know to exit.//TODO:We should really use an atomic operation here with a release// barrier.stop_ =true;// Callevent_base_loopbreak() so that libevent will exit the next time// around the loop.event_base_loopbreak(evb_);// If termin...
event_base_loopbreak()returnsTRUEon success orFALSEon error. ← event_base_loop event_base_loopexit → 代码语言:txt 复制 © 1997–2017 The PHP Documentation Group Licensed under the Creative Commons Attribution License v3.0 or later.
‘void ngs::Time_and_socket_events::break_loop()’: /home/yzs/mysql-5.7.16/rapid/plugin/x/ngs/src/time_socket_events.cc:164:32: error: ‘event_base_loopbreak’ was not declared in this scope event_base_loopbreak(m_evbase); ^ rapid/plugin/x/CMakeFiles/xplugin.dir/build.make:1009...