Searched refs:Stop (Results 1 - 13 of 13) sorted by relevance
/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/ |
H A D | thread_pool_benchmark_test.cpp | 139 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 D | utils_thread_pool_test.cpp | 104 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 D | utils_event_test.cpp | 157 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 D | redirect.rs | 59 _ => return Ok(Trigger::Stop), 133 Self::NoRedirect => Ok(Trigger::Stop), in trigger() 140 Stop,
|
/commonlibrary/c_utils/base/src/ |
H A D | thread_pool.cpp | 33 Stop(); in ~ThreadPool() 61 void ThreadPool::Stop() in Stop() function in OHOS::ThreadPool
|
H A D | io_event_handler.cpp | 58 bool IOEventHandler::Stop(IOEventReactor* reactor) in Stop() function in OHOS::Utils::IOEventHandler
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task_runner.h | 54 void Stop();
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker_runner.h | 54 void Stop();
|
/commonlibrary/c_utils/base/include/ |
H A D | thread_pool.h | 64 void Stop();
|
H A D | io_event_handler.h | 37 bool Stop(IOEventReactor* reactor);
|
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 196 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 D | client.rs | 154 Trigger::Stop => return Ok(response), in redirect_request()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | client.rs | 250 Trigger::Stop => {
|
Completed in 9 milliseconds