Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dmain.c4265 hardware_processors = sysconf(_SC_NPROCESSORS_ONLN);
4268 hardware_processors = sysinfo.dwNumberOfProcessors;
4433 if (hardware_processors > 0)
4434 Print(32, "machine has %d processors\n\n", hardware_processors);
H A Ddata.h171 extern unsigned int hardware_processors;
H A Ddata.c578 unsigned int hardware_processors; variable
H A Doption.c3412 if (smp_max_threads > hardware_processors) { in Option()
3414 hardware_processors); in Option()
3416 smp_max_threads = hardware_processors; in Option()