Home
last modified time | relevance | path

Searched defs:Worker (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dworker.rs29 pub struct Worker { struct
46 impl Worker { argument
56 ) -> Result<Worker> { in try_new()
508 impl Drop for Worker { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/
H A Dworker.rs34 pub struct Worker<T: Vhost> { struct
43 impl<T: Vhost> Worker<T> { argument
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/
H A Dworker.rs26 pub struct Worker { struct
33 impl Worker { argument
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dnet.rs329 pub(super) struct Worker<T: TapT> { struct
349 impl<T> Worker<T> argument
H A Dp9.rs72 struct Worker { struct
78 impl Worker { implementation
H A Dtpm.rs40 struct Worker { struct
50 impl Worker { impl
H A Drng.rs32 struct Worker { struct
37 impl Worker { implementation
H A Dmedia.rs415 struct Worker<D: VirtioMediaDevice<Reader, Writer>> { struct
421 impl<D> Worker<D> argument
/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Dworker.rs103 pub struct Worker { struct
112 ports: Vec<WorkerPort>, argument
117 worker_receiver: mpsc::Receiver<WorkerRequest>, argument
121 impl Worker { argument
/aosp_15_r20/tools/netsim/rust/daemon/src/http_server/
H A Dthread_pool.rs77 struct Worker { struct
82 impl Worker { argument
83 fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Worker { in new()
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dworker.rs141 pub struct Worker<F: FileSystem + Sync> { struct
142 pub(crate) queue: Queue,
143 server: Arc<fuse::Server<F>>,
167 impl<F: FileSystem + Sync> Worker<F> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs89 pub(super) struct Worker { struct
91 handle: Arc<Handle>,
94 index: usize,
97 core: AtomicCell<Core>,
469 fn run(worker: Arc<Worker>) { in run()
885 fn transition_from_searching(&mut self, worker: &Worker) { in transition_from_searching()
968 fn maintenance(&mut self, worker: &Worker) { in maintenance()
986 fn pre_shutdown(&mut self, worker: &Worker) { in pre_shutdown()
1013 fn tune_global_queue_interval(&mut self, worker: &Worker) { in tune_global_queue_interval()
1025 impl Worker { implementation
/aosp_15_r20/external/crosvm/metrics/src/sys/windows/
H A Dsystem_metrics.rs54 struct Worker { struct
63 impl Worker { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dworker.rs42 pub struct Worker { struct
54 impl Worker { implementation
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher_state.h89 struct Worker { struct
90 explicit Worker(const RegisterWorkerUpdate& register_worker) in Worker() function
97 const std::string address;
98 const std::string transfer_address;
99 const std::vector<std::string> tags;
100 const int64_t uid;
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/buffer/
Dworker.rs51 impl<T, Request> Worker<T, Request> impl
67 impl<T, Request> Worker<T, Request> implementation
168 impl<T, Request> Future for Worker<T, Request> implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/
H A Dvsock.rs421 struct Worker { struct
434 impl Worker { implementation
442 ) -> Worker { in new()
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dmod.rs901 struct Worker { struct
902 request_receiver: mpsc::Receiver<WorkerRequest>, argument
903 response_sender: mpsc::Sender<anyhow::Result<WorkerResponse>>, argument
918 enum WorkerStopReason { argument
929 impl Worker { argument
951 ) -> anyhow::Result<Worker> { in new()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs86 pub(super) struct Worker { struct
88 tick: u32,
91 pub(super) is_shutdown: bool,
94 is_traced: bool,
98 num_seq_local_queue_polls: u32,
101 global_queue_interval: u32,
104 workers_to_notify: Vec<usize>,
107 idle_snapshot: idle::Snapshot,
109 stats: stats::Ephemeral,
551 impl Worker { impl
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-deque/src/
Ddeque.rs192 pub struct Worker<T> { struct
206 unsafe impl<T: Send> Send for Worker<T> {} argument
208 impl<T> Worker<T> { impl
539 impl<T> fmt::Debug for Worker<T> { implementation
/aosp_15_r20/external/crosvm/swap/src/
H A Dworker.rs32 pub struct Worker<T> { struct
38 impl<T: Task + Send + 'static> Worker<T> { impl
/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Dmod.rs358 struct Worker<T: EventSource> { struct
366 impl<T: EventSource> Worker<T> { argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ninja/
H A Dninja_log_parser.cc141 struct Worker { in NotifyEndOfFile() struct
142 int64_t busy_until; in NotifyEndOfFile()
143 TrackId track_id; in NotifyEndOfFile()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_5542_1.cpp11 class Worker class
15 Worker() in Worker() function in Worker
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DWorker.java30 public abstract class Worker { class
42 protected Worker(Object benchmark, Method method) { in Worker() method in Worker

12345678910>>...20