Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h178 extern int smp_nice;
H A Diterate.c697 if (smp_nice && ponder == 0 && smp_threads) { in Iterate()
H A Ddata.c585 int smp_nice = 1; /* terminate idle threads */ variable
H A Doption.c3440 smp_nice = atoi(args[1]); in Option()
3441 if (smp_nice) in Option()