Home
last modified time | relevance | path

Searched refs:TryShutdown (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/core/
H A Dshared_memory_arbiter.h173 virtual bool TryShutdown() = 0;
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/core/
H A Dshared_memory_arbiter.h173 virtual bool TryShutdown() = 0;
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/
H A Dfuzzing_common.h172 void TryShutdown();
H A Dfuzzing_common.cc722 void BasicFuzzer::TryShutdown() { in TryShutdown() function in grpc_core::testing::BasicFuzzer
756 if (*allow_forced_shutdown) TryShutdown(); in Run()
/aosp_15_r20/external/perfetto/src/tracing/core/
H A Dshared_memory_arbiter_impl.h187 bool TryShutdown() override;
H A Dshared_memory_arbiter_impl_unittest.cc316 EXPECT_FALSE(arbiter_->TryShutdown()); in TEST_P()
326 EXPECT_TRUE(arbiter_->TryShutdown()); in TEST_P()
H A Dshared_memory_arbiter_impl.cc582 bool SharedMemoryArbiterImpl::TryShutdown() { in TryShutdown() function in perfetto::SharedMemoryArbiterImpl
/aosp_15_r20/external/perfetto/src/tracing/internal/
H A Dtracing_muxer_impl.cc340 return !arbiter || arbiter->TryShutdown(); in SweepDeadServices()