Home
last modified time | relevance | path

Searched refs:useJoin (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/timer/
H A Dtimer_mock.cpp45 void Timer::Shutdown(bool useJoin) in Shutdown() argument
47 GTEST_LOG_(INFO) << "Timer Shutdown " << useJoin; in Shutdown()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer.cpp50 void Timer::Shutdown(bool useJoin) in Shutdown() argument
75 if (!useJoin) { in Shutdown()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h92 virtual void Shutdown(bool useJoin = true);
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_timer.md21 | virtual void | **Shutdown**(bool useJoin = true)<br>停止Timer。可配置阻塞式停止或者非阻塞式停止。阻塞式停止会等待Timer所有任务结束后…
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp595 virtual void Shutdown(bool useJoin = true);
660 void Timer::Shutdown(bool useJoin) in Shutdown() argument
670 if (!useJoin) { in Shutdown()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp726 virtual void Shutdown(bool useJoin = true);
794 void Timer::Shutdown(bool useJoin) in Shutdown() argument
805 if (!useJoin) { in Shutdown()
/ohos5.0/commonlibrary/c_utils/docs/en/
H A Dc_utils_timer.md21 | virtual void | **Shutdown**(bool useJoin = true)<br>Shut down "Timer". There are two modes to shu…