Home
last modified time | relevance | path

Searched defs:Schedule (Results 1 – 25 of 90) sorted by relevance

1234

/external/swiftshader/third_party/marl/src/
Dscheduler_bench.cpp21 BENCHMARK_DEFINE_F(Schedule, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
32 BENCHMARK_DEFINE_F(Schedule, SomeWork) in BENCHMARK_DEFINE_F() argument
50 BENCHMARK_DEFINE_F(Schedule, SomeWorkWorkerAffinityOneOf) in BENCHMARK_DEFINE_F() argument
Devent_bench.cpp22 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
Dwaitgroup_bench.cpp19 BENCHMARK_DEFINE_F(Schedule, WaitGroup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
Dticket_bench.cpp24 BENCHMARK_DEFINE_F(Schedule, Ticket)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/external/rust/crates/tokio/src/runtime/task/
Dlist.rs88 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind()
132 S: Schedule, in close_and_shutdown_all()
192 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind()
222 S: Schedule, in close_and_shutdown_all()
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dasync_runtime.h221 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/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dactor.cc21 void Actor::Schedule(QuicTime next_tick) { in Schedule() function in quic::simulator::Actor
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtest_util.h31 void Schedule(std::function<void()> fn) override { in Schedule() function
Dthread_pool.h30 void Schedule(std::function<void()> fn) override { in Schedule() function
/external/openscreen/util/
Dalarm.h51 inline void Schedule(Functor functor, Clock::time_point alarm_time) { in Schedule() function
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h57 void Schedule(std::function<void()> func) { in Schedule() function
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function
/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dthread_pool.h57 void Schedule(std::function<void()> func) { in Schedule() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h57 void Schedule(std::function<void()> func) { in Schedule() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h57 void Schedule(std::function<void()> func) { in Schedule() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h57 void Schedule(std::function<void()> func) { in Schedule() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dworker_thread.cc30 void WorkerThread::Schedule(std::function<void()> fn) { in Schedule() function in xla::WorkerThread
/external/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h57 void Schedule(std::function<void()> func) { in Schedule() function
/external/tensorflow/tensorflow/tsl/platform/default/
Dunbounded_work_queue.cc55 void UnboundedWorkQueue::Schedule(WorkFunction fn) { in Schedule() function in tensorflow::UnboundedWorkQueue
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dtls_credentials_options.h110 int Schedule(TlsServerAuthorizationCheckArg* arg) const { in Schedule() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dtls_credentials_options.h110 int Schedule(TlsServerAuthorizationCheckArg* arg) const { in Schedule() function
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbounded_executor.cc67 void BoundedExecutor::Schedule(std::function<void()> func) { in Schedule() function in tensorflow::serving::BoundedExecutor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DModuloSchedule.h162 ModuloSchedule &Schedule; variable
274 ModuloSchedule &Schedule; variable
/external/tensorflow/tensorflow/core/data/
Dunbounded_thread_pool.cc72 void UnboundedThreadPool::Schedule(std::function<void()> fn) { in Schedule() function in tensorflow::data::UnboundedThreadPool

1234