Searched refs:bottom_of_stack (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/rayon-core/src/scope/ |
D | test.rs | 157 let bottom_of_stack = 0; in linear_stack_growth() localVariable 158 scope(|s| the_final_countdown(s, &bottom_of_stack, &max_diff, 5)); in linear_stack_growth() 161 scope(|s| the_final_countdown(s, &bottom_of_stack, &max_diff, 500)); in linear_stack_growth() 175 bottom_of_stack: &'scope i32, in the_final_countdown() 180 let p = bottom_of_stack as *const i32 as usize; in the_final_countdown() 188 s.spawn(move |s| the_final_countdown(s, bottom_of_stack, max, n - 1)); in the_final_countdown()
|