Searched refs:thread_max (Results 1 – 2 of 2) sorted by relevance
84 int thread_max = -1; in run_test() local90 if (thread_max < jobs[i].offsets[next[i]]) { in run_test()91 thread_max = jobs[i].offsets[next[i]]; in run_test()99 if (thread_max == -1) in run_test()
84 int thread_max = -1; in validate_monotonic() local90 if (thread_max < blocks[i][next[i]]) { in validate_monotonic()91 thread_max = blocks[i][next[i]]; in validate_monotonic()99 if (thread_max == -1) in validate_monotonic()