Searched refs:cpucount (Results 1 - 1 of 1) sorted by relevance

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php123 $cpucount = 1; variable
317 global $cpucount;
318 $cpucount = 1; variable
319 if (isset($_GET['cpucount']))
320 $cpucount = (int)$_GET['cpucount']; variable
321 $cpucount = max(min($cpucount, QEMU_MAX_CPUS), 1); variable
322 //dbg("cpucount $cpucount");
[all...]

Completed in 73 milliseconds