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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp278 bool pop_local_slow(uint localBot, Age oldAge);
352 // pop_local_slow() is done by the owning thread and is trying to
359 bool GenericTaskQueue<E, F, N>::pop_local_slow(uint localBot, Age oldAge) { function in class:GenericTaskQueue
723 return pop_local_slow(localBot, _age.get());

Completed in 31 milliseconds