Searched refs:MAXTHREADS (Results 1 – 4 of 4) sorted by relevance
44 #define MAXTHREADS 10 macro121 if (numthreads > MAXTHREADS) { in main()123 sprintf(msg, "%s, used %d threads instead\n", msg, MAXTHREADS); in main()124 numthreads = MAXTHREADS; in main()
42 #define MAXTHREADS 1000 macro547 if ((total = num_nodes(breadth, depth)) > MAXTHREADS) { in main()549 total, MAXTHREADS); in main()
31 #define MAXTHREADS 1 macro
4637 cothread_create returns NULL if nthreads == MAXTHREADS though not