Home
last modified time | relevance | path

Searched refs:Stop (Results 1 - 13 of 13) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/
H A Dthread_pool_benchmark_test.cpp139 pool.Stop(); in BENCHMARK_F()
195 pool.Stop(); in BENCHMARK_F()
233 pool.Stop(); in BENCHMARK_F()
296 pool.Stop(); in BENCHMARK_F()
351 pool.Stop(); in BENCHMARK_F()
400 pool.Stop(); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_pool_test.cpp104 pool.Stop(); in HWTEST_F()
144 pool.Stop(); in HWTEST_F()
175 pool.Stop(); in HWTEST_F()
230 pool.Stop(); in HWTEST_F()
274 pool.Stop(); in HWTEST_F()
307 pool.Stop(); in HWTEST_F()
H A Dutils_event_test.cpp157 handler->Stop(reactor.get()); in HWTEST_F()
203 EXPECT_NE(handler2->Stop(reactor.get()), EVENT_SYS_ERR_OK); // Not found. in HWTEST_F()
423 ASSERT_TRUE(handler->Stop(reactor.get())); // block to get lock, so no need to wait. in HWTEST_F()
561 bool Stop(IOEventReactor* reactor);
667 std::cout << "||" << gettid() << "||" << "Stop reactor." << std::endl; in Shutdown()
737 if (!target->Stop(reactor_.get())) { in CancelTimer()
738 std::cout << "||" << gettid() << "||" << "Stop timer handler failed." << std::endl; in CancelTimer()
885 bool TimerEventHandler::Stop(IOEventReactor* reactor) in Stop() function in OHOS::__anon33::TimerEventHandler
887 if (handler_ == nullptr || !handler_->Stop(reactor)) { in Stop()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dredirect.rs59 _ => return Ok(Trigger::Stop),
133 Self::NoRedirect => Ok(Trigger::Stop), in trigger()
140 Stop,
/commonlibrary/c_utils/base/src/
H A Dthread_pool.cpp33 Stop(); in ~ThreadPool()
61 void ThreadPool::Stop() in Stop() function in OHOS::ThreadPool
H A Dio_event_handler.cpp58 bool IOEventHandler::Stop(IOEventReactor* reactor) in Stop() function in OHOS::Utils::IOEventHandler
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_runner.h54 void Stop();
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker_runner.h54 void Stop();
/commonlibrary/c_utils/base/include/
H A Dthread_pool.h64 void Stop();
H A Dio_event_handler.h37 bool Stop(IOEventReactor* reactor);
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp196 handler->Stop(reactor.get()); in BENCHMARK_F()
288 AssertUnequal(handler2->Stop(reactor.get()), true, in BENCHMARK_F()
289 "handler2->Stop(reactor.get()) was not different from false as expected.", state); in BENCHMARK_F()
536 AssertTrue((handler->Stop(reactor.get())), in BENCHMARK_F()
537 "handler->Stop(reactor.get()) did not equal true as expected.", state); in BENCHMARK_F()
693 bool Stop(IOEventReactor* reactor);
802 BENCHMARK_LOGD("||%{public}d||Stop reactor.", gettid()); in Shutdown()
864 if (!target->Stop(reactor_.get())) { in CancelTimer()
865 BENCHMARK_LOGD("||%{public}d||Stop timer handler failed.", gettid()); in CancelTimer()
1032 bool TimerEventHandler::Stop(IOEventReacto function in OHOS::__anon12::TimerEventHandler
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dclient.rs154 Trigger::Stop => return Ok(response), in redirect_request()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs250 Trigger::Stop => {

Completed in 9 milliseconds