/external/swiftshader/third_party/marl/src/ |
D | scheduler_bench.cpp | 21 BENCHMARK_DEFINE_F(Schedule, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument 32 BENCHMARK_DEFINE_F(Schedule, SomeWork) in BENCHMARK_DEFINE_F() argument 51 BENCHMARK_DEFINE_F(Schedule, MultipleForkAndJoin)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument 80 BENCHMARK_DEFINE_F(Schedule, SomeWorkWorkerAffinityOneOf) in BENCHMARK_DEFINE_F() argument
|
D | event_bench.cpp | 22 BENCHMARK_DEFINE_F(Schedule, Event)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument 43 BENCHMARK_DEFINE_F(Schedule, EventBaton)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
D | waitgroup_bench.cpp | 19 BENCHMARK_DEFINE_F(Schedule, WaitGroup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
D | ticket_bench.cpp | 24 BENCHMARK_DEFINE_F(Schedule, Ticket)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | list.rs | 94 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind() 114 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind_local() 126 unsafe fn bind_inner(&self, task: Task<S>, notified: Notified<S>) -> Option<Notified<S>> in bind_inner() 168 S: Schedule, in close_and_shutdown_all() 261 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind() 291 S: Schedule, in close_and_shutdown_all()
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | RowwiseScaledMM.cu | 101 struct Schedule</*PingPong=*/false, /*FastAccum=*/false> { struct 102 using type = cutlass::gemm::KernelTmaWarpSpecialized; 106 struct Schedule</*PingPong=*/true, /*FastAccum=*/false> { struct 107 using type = cutlass::gemm::KernelTmaWarpSpecializedPingpong; 111 struct Schedule</*PingPong=*/false, /*FastAccum=*/true> { struct 112 using type = cutlass::gemm::KernelTmaWarpSpecializedFP8FastAccum; 116 struct Schedule</*PingPong=*/true, /*FastAccum=*/true> { struct 117 using type = cutlass::gemm::KernelTmaWarpSpecializedPingpongFP8FastAccum;
|
/external/tensorflow/tensorflow/compiler/xla/runtime/ |
D | async_runtime.h | 221 void Schedule(Task task) override { EnqueueWork(host_, std::move(task)); } in Schedule() function 233 void Schedule(Task task) override { thread_pool_->Schedule(std::move(task)); } in Schedule() function
|
/external/cldr/docs/site/index/ |
D | draft-schedule.md | 5 # Schedule chapter
|
D | survey-tool.md | 17 ### Schedule subsection in CLDR Survey Tool
|
/external/federated-compute/fcp/base/ |
D | scheduler.cc | 57 void Schedule(std::function<void()> task) override { in Schedule() function in fcp::__anon0749c0690111::WorkerImpl 127 void Schedule(std::function<void()> task) override { in Schedule() function in fcp::__anon0749c0690111::ThreadPoolScheduler
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | work_serializer.cc | 123 void WorkSerializer::WorkSerializerImpl::Schedule( in Schedule() function in grpc_core::WorkSerializer::WorkSerializerImpl 240 void WorkSerializer::Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/simulator/ |
D | actor.cc | 24 void Actor::Schedule(QuicTime next_tick) { in Schedule() function in quic::simulator::Actor
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/simulator/ |
D | actor.cc | 24 void Actor::Schedule(QuicTime next_tick) { in Schedule() function in quic::simulator::Actor
|
/external/federated-compute/fcp/secagg/server/ |
D | secagg_scheduler.h | 126 void Schedule(std::function<std::unique_ptr<T>()> generator, in Schedule() function 143 void Schedule(std::function<std::unique_ptr<T>()> generator) { in Schedule() function
|
/external/tensorflow/tensorflow/core/tfrt/utils/ |
D | test_util.h | 31 void Schedule(std::function<void()> fn) override { in Schedule() function
|
D | thread_pool.h | 30 void Schedule(std::function<void()> fn) override { in Schedule() function
|
/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/ |
D | schedule.proto | 30 message Schedule { message
|
/external/googleapis/google/cloud/notebooks/v1/ |
D | schedule.proto | 30 message Schedule { message
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | work_serializer.cc | 175 void WorkSerializer::LegacyWorkSerializer::Schedule( in Schedule() function in grpc_core::WorkSerializer::LegacyWorkSerializer 307 void Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer::DispatchingWorkSerializer 545 void WorkSerializer::Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer
|
/external/openscreen/util/ |
D | alarm.h | 51 inline void Schedule(Functor functor, Clock::time_point alarm_time) { in Schedule() function
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | thread_pool.h | 57 void Schedule(std::function<void()> func) { in Schedule() function
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | worker_thread.cc | 30 void WorkerThread::Schedule(std::function<void()> fn) { in Schedule() function in xla::WorkerThread
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function
|
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function
|