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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp204 // and pop_global operations concurrently, starting from a state in which
206 // and the pop_global in incrementing _top (in which case the pop_global
210 // threads attempting to perform the pop_global will all perform the same
227 // The "careful" version admits the possibility of pop_local/pop_global
276 // Slow paths for push, pop_local. (pop_global has no fast path.)
298 bool pop_global(E& t);
353 // get the last task in the queue. It will compete with pop_global()
356 // gets the last task or in pop_global() if the queue wraps (top == 0
357 // and pop_global() succeed
392 bool GenericTaskQueue<E, F, N>::pop_global(E& t) { function in class:GenericTaskQueue
[all...]

Completed in 47 milliseconds