Lines Matching refs:ap_threads_limit
119 static int ap_threads_limit=0;
221 *result = ap_threads_limit;
590 for (i = 0; number_to_start && i < ap_threads_limit; ++i) {
631 for (i = 0; i < ap_threads_limit; ++i) {
740 for (i = 0; i < ap_threads_limit; ++i) {
788 printf ("Total Running:\t%d\tout of: \t%d\n", total, ap_threads_limit);
1000 ap_threads_limit = HARD_THREAD_LIMIT;
1020 if (ap_threads_limit > HARD_THREAD_LIMIT) {
1024 "limit of", ap_threads_limit);
1037 ap_threads_limit, HARD_THREAD_LIMIT);
1039 ap_threads_limit = HARD_THREAD_LIMIT;
1041 else if (ap_threads_limit < 1) {
1045 "increasing to 1.", ap_threads_limit);
1049 ap_threads_limit);
1051 ap_threads_limit = 1;
1054 /* ap_threads_to_start > ap_threads_limit effectively checked in
1344 ap_threads_limit = atoi(arg);