Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dregistry.rs832 let my_terminate_latch = &registry.thread_infos[index].terminate; in main_loop() localVariable
835 terminate_addr: my_terminate_latch.as_core_latch().addr(), in main_loop()
837 worker_thread.wait_until(my_terminate_latch); in main_loop()