Searched refs:thread_max (Results 1 – 2 of 2) sorted by relevance
83 int thread_max = -1; in run_test() local89 if (thread_max < jobs[i].offsets[next[i]]) { in run_test()90 thread_max = jobs[i].offsets[next[i]]; in run_test()98 if (thread_max == -1) in run_test()
82 int thread_max = -1; in validate_monotonic() local88 if (thread_max < blocks[i][next[i]]) { in validate_monotonic()89 thread_max = blocks[i][next[i]]; in validate_monotonic()97 if (thread_max == -1) in validate_monotonic()