Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/blocking/
Dpool.rs72 worker_thread_index: usize, field
120 worker_thread_index: 0, in new()
229 let id = shared.worker_thread_index; in spawn()
230 shared.worker_thread_index += 1; in spawn()
/external/rust/crates/rayon-core/src/
Dtest.rs10 fn worker_thread_index() { in worker_thread_index() function