Home
last modified time | relevance | path

Searched refs:worker_thread_index (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dpool.rs121 worker_thread_index: usize, field
224 worker_thread_index: 0, in new()
414 let id = shared.worker_thread_index; in spawn_task()
419 shared.worker_thread_index += 1; in spawn_task()
/external/rust/android-crates-io/crates/rayon-core/src/
Dtest.rs9 fn worker_thread_index() { in worker_thread_index() function