Searched refs:old_num_threads (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_queue.c380 unsigned old_num_threads = queue->num_threads; local in function:util_queue_adjust_num_threads
382 if (num_threads == old_num_threads) {
387 if (num_threads < old_num_threads) {
399 for (unsigned i = old_num_threads; i < num_threads; i++) {
511 unsigned old_num_threads = queue->num_threads; local in function:util_queue_kill_threads
519 for (i = keep_num_threads; i < old_num_threads; i++)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_queue.c394 unsigned old_num_threads = queue->num_threads; local in function:util_queue_adjust_num_threads
396 if (num_threads == old_num_threads) {
401 if (num_threads < old_num_threads) {
413 for (unsigned i = old_num_threads; i < num_threads; i++) {
527 unsigned old_num_threads = queue->num_threads; local in function:util_queue_kill_threads
535 for (i = keep_num_threads; i < old_num_threads; i++)

Completed in 4 milliseconds