Home
last modified time | relevance | path

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

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