Searched refs:complete_count_clone (Results 1 – 1 of 1) sorted by relevance
83 let complete_count_clone = complete_count.clone(); in test_concurrent_check_access() localVariable116 complete_count_clone.fetch_add(1, Ordering::Relaxed); in test_concurrent_check_access()117 while complete_count_clone.load(Ordering::Relaxed) as usize != cpus { in test_concurrent_check_access()