Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/thread_pool/
Dtest.rs38 registry.wait_until_stopped(); in workers_stop()
64 registry.wait_until_stopped(); in sleeper_stop()
/external/rust/crates/rayon-core/src/
Dregistry.rs355 pub(super) fn wait_until_stopped(&self) { in wait_until_stopped() method