Searched refs:useJoin (Results 1 – 7 of 7) sorted by relevance
45 void Timer::Shutdown(bool useJoin) in Shutdown() argument47 GTEST_LOG_(INFO) << "Timer Shutdown " << useJoin; in Shutdown()
50 void Timer::Shutdown(bool useJoin) in Shutdown() argument75 if (!useJoin) { in Shutdown()
92 virtual void Shutdown(bool useJoin = true);
21 | virtual void | **Shutdown**(bool useJoin = true)<br>停止Timer。可配置阻塞式停止或者非阻塞式停止。阻塞式停止会等待Timer所有任务结束后…
595 virtual void Shutdown(bool useJoin = true);660 void Timer::Shutdown(bool useJoin) in Shutdown() argument670 if (!useJoin) { in Shutdown()
726 virtual void Shutdown(bool useJoin = true);794 void Timer::Shutdown(bool useJoin) in Shutdown() argument805 if (!useJoin) { in Shutdown()
21 | virtual void | **Shutdown**(bool useJoin = true)<br>Shut down "Timer". There are two modes to shu…