• Home
  • Raw
  • Download

Lines Matching full:steps

40         let steps = TOTAL_STEPS / threads;  in par_inout()  localVariable
49 for i in 0..steps { in par_inout()
73 let steps = TOTAL_STEPS; in spsc() localVariable
81 for i in 0..steps { in spsc()
90 for _ in 0..steps { in spsc()
103 let steps = TOTAL_STEPS / threads; in spmc() localVariable
112 for _ in 0..steps { in spmc()
124 for i in 0..steps * threads { in spmc()
139 let steps = TOTAL_STEPS / threads; in mpsc() localVariable
148 for i in 0..steps { in mpsc()
160 for _ in 0..steps * threads { in mpsc()
175 let steps = TOTAL_STEPS / threads; in mpmc() localVariable
184 for i in 0..steps { in mpmc()
194 for _ in 0..steps { in mpmc()
221 let steps = TOTAL_STEPS; in spsc() localVariable
222 let (s, r) = bounded::<i32>(steps); in spsc()
229 for i in 0..steps { in spsc()
238 for _ in 0..steps { in spsc()
251 let steps = TOTAL_STEPS / threads; in spmc() localVariable
252 let (s, r) = bounded::<i32>(steps * threads); in spmc()
260 for _ in 0..steps { in spmc()
272 for i in 0..steps * threads { in spmc()
287 let steps = TOTAL_STEPS / threads; in mpsc() localVariable
288 let (s, r) = bounded::<i32>(steps * threads); in mpsc()
296 for i in 0..steps { in mpsc()
308 for _ in 0..steps * threads { in mpsc()
323 let steps = TOTAL_STEPS / threads; in par_inout() localVariable
332 for i in 0..steps { in par_inout()
358 let steps = TOTAL_STEPS / threads; in mpmc() localVariable
359 let (s, r) = bounded::<i32>(steps * threads); in mpmc()
367 for i in 0..steps { in mpmc()
377 for _ in 0..steps { in mpmc()
418 let steps = TOTAL_STEPS; in spsc() localVariable
426 for i in 0..steps { in spsc()
435 for _ in 0..steps { in spsc()
448 let steps = TOTAL_STEPS / threads; in spmc() localVariable
457 for _ in 0..steps { in spmc()
469 for i in 0..steps * threads { in spmc()
484 let steps = TOTAL_STEPS / threads; in mpsc() localVariable
493 for i in 0..steps { in mpsc()
505 for _ in 0..steps * threads { in mpsc()
520 let steps = TOTAL_STEPS / threads; in mpmc() localVariable
529 for i in 0..steps { in mpmc()
539 for _ in 0..steps { in mpmc()
571 let steps = TOTAL_STEPS; in spsc() localVariable
579 for i in 0..steps { in spsc()
588 for _ in 0..steps { in spsc()
601 let steps = TOTAL_STEPS / threads; in spmc() localVariable
610 for _ in 0..steps { in spmc()
622 for i in 0..steps * threads { in spmc()
637 let steps = TOTAL_STEPS / threads; in mpsc() localVariable
646 for i in 0..steps { in mpsc()
658 for _ in 0..steps * threads { in mpsc()
673 let steps = TOTAL_STEPS / threads; in mpmc() localVariable
682 for i in 0..steps { in mpmc()
692 for _ in 0..steps { in mpmc()