Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c580 unsigned int smp_split_group = 8; /* max threads per group */ variable
605 { 4, 20, 4, "max thread group", "smpgroup", &smp_split_group},
H A Ddata.h173 extern unsigned int smp_split_group;
H A Dthread.c304 tree->nprocs < smp_split_group) && tree->thread_id != tid) { in Join()
H A Doption.c3396 smp_split_group = atoi(args[1]); in Option()
3397 Print(32, "maximum thread group size set to %d.\n", smp_split_group); in Option()