Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c583 unsigned int smp_gratuitous_depth = 10; /* gratuitous splits if depth > 10 */ variable
607 {10, 16, 2, "min gratuitous split depth", "smpgsd", &smp_gratuitous_depth},
H A Ddata.h176 extern unsigned int smp_gratuitous_depth;
H A Dthread.c495 if (depth < smp_gratuitous_depth || done > 1) in ThreadSplit()
H A Doption.c3478 smp_gratuitous_depth = atoi(args[1]); in Option()
3479 Print(32, "gratuitous split min depth %d.\n", smp_gratuitous_depth); in Option()