Home
last modified time | relevance | path

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

/mcuboot-latest/ptest/src/
Dmain.rs46 let ncpus = num_cpus::get(); in main() localVariable
47 let limiter = Arc::new(Semaphore::new(ncpus as isize)); in main()