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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp545 uint best_sz = 0; local
549 if (sz > best_sz) {
550 best_sz = sz;
554 return best_sz > 0 && _queues[best_k]->pop_global(t);

Completed in 31 milliseconds